moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kvoctrain / kvoctrain / entry-dialogs / blockall.h
blob96b115bee4a3eff2c5447841cd61ec71a584f488
1 /***************************************************************************
3 dummy validator which blocks all
5 -----------------------------------------------------------------------
7 begin : Sat Mar 25 15:02:16 1999
9 copyright : (C) 1999-2001 Ewald Arnold
10 (C) 2001 The KDE-EDU team
11 email : kvoctrain@ewald-arnold.de
13 -----------------------------------------------------------------------
15 ***************************************************************************/
17 /***************************************************************************
18 * *
19 * This program is free software; you can redistribute it and/or modify *
20 * it under the terms of the GNU General Public License as published by *
21 * the Free Software Foundation; either version 2 of the License, or *
22 * (at your option) any later version. *
23 * *
24 ***************************************************************************/
26 #ifndef BlockAll_included
27 #define BlockAll_included
29 #include <qvalidator.h>
31 class BlockAllValidator : public QValidator
33 public:
34 BlockAllValidator ();
35 State validate (QString&, int& ) const;
38 #endif // BlockAll_included