moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kvoctrain / kvoctrain / entry-dialogs / blockall.cpp
blob879acd8d6fa0566844b48215da1577232011470a
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 #include "blockall.h"
28 BlockAllValidator::BlockAllValidator() : QValidator (0, 0)
33 BlockAllValidator::State BlockAllValidator::validate (QString&, int& ) const
35 return Invalid;