diff options
Diffstat (limited to 'kresources/slox/kabcresourcesloxconfig.h')
-rw-r--r-- | kresources/slox/kabcresourcesloxconfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kresources/slox/kabcresourcesloxconfig.h b/kresources/slox/kabcresourcesloxconfig.h index 63031045c..2392d5cc7 100644 --- a/kresources/slox/kabcresourcesloxconfig.h +++ b/kresources/slox/kabcresourcesloxconfig.h @@ -35,9 +35,10 @@ namespace KABC { class KDE_EXPORT ResourceSloxConfig : public KRES::ConfigWidget { Q_OBJECT + TQ_OBJECT public: - ResourceSloxConfig( TQWidget* parent = 0, const char* name = 0 ); + ResourceSloxConfig( TQWidget* tqparent = 0, const char* name = 0 ); public slots: void loadSettings( KRES::Resource* ); |