summaryrefslogtreecommitdiffstats
path: root/kpf/src/RootValidator.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpf/src/RootValidator.h')
-rw-r--r--kpf/src/RootValidator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpf/src/RootValidator.h b/kpf/src/RootValidator.h
index 020816f7..05d02757 100644
--- a/kpf/src/RootValidator.h
+++ b/kpf/src/RootValidator.h
@@ -32,11 +32,11 @@ namespace KPF
* Used for checking that a path input by the user is acceptable
* as a server root directory.
*/
- class RootValidator : public QValidator
+ class RootValidator : public TQValidator
{
public:
- RootValidator(TQObject * parent, const char * name = 0);
+ RootValidator(TQObject * tqparent, const char * name = 0);
virtual State validate(TQString & input, int & pos) const;
};