diff options
Diffstat (limited to 'kresources/featureplan/kcal_resourcefeatureplanconfig.h')
-rw-r--r-- | kresources/featureplan/kcal_resourcefeatureplanconfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kresources/featureplan/kcal_resourcefeatureplanconfig.h b/kresources/featureplan/kcal_resourcefeatureplanconfig.h index ee210ad93..97da46bec 100644 --- a/kresources/featureplan/kcal_resourcefeatureplanconfig.h +++ b/kresources/featureplan/kcal_resourcefeatureplanconfig.h @@ -34,9 +34,10 @@ namespace KCal { class KDE_EXPORT ResourceFeaturePlanConfig : public KRES::ConfigWidget { Q_OBJECT + TQ_OBJECT public: - ResourceFeaturePlanConfig( TQWidget *parent = 0, const char *name = 0 ); + ResourceFeaturePlanConfig( TQWidget *tqparent = 0, const char *name = 0 ); public slots: void loadSettings( KRES::Resource * ); |