diff options
Diffstat (limited to 'kresources/groupwise/kabc_resourcegroupwiseconfig.h')
-rw-r--r-- | kresources/groupwise/kabc_resourcegroupwiseconfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kresources/groupwise/kabc_resourcegroupwiseconfig.h b/kresources/groupwise/kabc_resourcegroupwiseconfig.h index d5bec19a9..d120f3164 100644 --- a/kresources/groupwise/kabc_resourcegroupwiseconfig.h +++ b/kresources/groupwise/kabc_resourcegroupwiseconfig.h @@ -39,9 +39,10 @@ class ResourceGroupwise; class KDE_EXPORT ResourceGroupwiseConfig : public KRES::ConfigWidget { Q_OBJECT + TQ_OBJECT public: - ResourceGroupwiseConfig( TQWidget* parent = 0, const char* name = 0 ); + ResourceGroupwiseConfig( TQWidget* tqparent = 0, const char* name = 0 ); public slots: void loadSettings( KRES::Resource* ); |