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