diff options
Diffstat (limited to 'kresources/groupwise/kcal_resourcegroupwiseconfig.h')
-rw-r--r-- | kresources/groupwise/kcal_resourcegroupwiseconfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kresources/groupwise/kcal_resourcegroupwiseconfig.h b/kresources/groupwise/kcal_resourcegroupwiseconfig.h index c2ae218bf..1687095c5 100644 --- a/kresources/groupwise/kcal_resourcegroupwiseconfig.h +++ b/kresources/groupwise/kcal_resourcegroupwiseconfig.h @@ -42,8 +42,9 @@ class ResourceCachedSaveConfig; 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: virtual void loadSettings( KRES::Resource *resource ); |