diff options
Diffstat (limited to 'ksysv/ksvmiscconfig.h')
-rw-r--r-- | ksysv/ksvmiscconfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ksysv/ksvmiscconfig.h b/ksysv/ksvmiscconfig.h index cf332e1..6d1d1db 100644 --- a/ksysv/ksvmiscconfig.h +++ b/ksysv/ksvmiscconfig.h @@ -30,9 +30,10 @@ class KSVMiscConfig : public MiscConfiguration { Q_OBJECT + TQ_OBJECT public: - KSVMiscConfig( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); + KSVMiscConfig( TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 ); ~KSVMiscConfig(); signals: |