diff options
Diffstat (limited to 'kpf/src/RootValidator.h')
-rw-r--r-- | kpf/src/RootValidator.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpf/src/RootValidator.h b/kpf/src/RootValidator.h index 5ac96829..020816f7 100644 --- a/kpf/src/RootValidator.h +++ b/kpf/src/RootValidator.h @@ -24,7 +24,7 @@ #ifndef KPF_ROOT_VALIDATOR_H #define KPF_ROOT_VALIDATOR_H -#include <qvalidator.h> +#include <tqvalidator.h> namespace KPF { @@ -36,9 +36,9 @@ namespace KPF { public: - RootValidator(QObject * parent, const char * name = 0); + RootValidator(TQObject * parent, const char * name = 0); - virtual State validate(QString & input, int & pos) const; + virtual State validate(TQString & input, int & pos) const; }; } // End namespace KPF |