diff options
Diffstat (limited to 'kpf/src/RootValidator.h')
-rw-r--r-- | kpf/src/RootValidator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpf/src/RootValidator.h b/kpf/src/RootValidator.h index 05d02757..a5b5727a 100644 --- a/kpf/src/RootValidator.h +++ b/kpf/src/RootValidator.h @@ -36,7 +36,7 @@ namespace KPF { public: - RootValidator(TQObject * tqparent, const char * name = 0); + RootValidator(TQObject * parent, const char * name = 0); virtual State validate(TQString & input, int & pos) const; }; |