diff options
Diffstat (limited to 'kresources/featureplan/kcal_resourcefeatureplanconfig.h')
-rw-r--r-- | kresources/featureplan/kcal_resourcefeatureplanconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kresources/featureplan/kcal_resourcefeatureplanconfig.h b/kresources/featureplan/kcal_resourcefeatureplanconfig.h index dcba4684c..21dcf8f8d 100644 --- a/kresources/featureplan/kcal_resourcefeatureplanconfig.h +++ b/kresources/featureplan/kcal_resourcefeatureplanconfig.h @@ -36,7 +36,7 @@ class KDE_EXPORT ResourceFeaturePlanConfig : public KRES::ConfigWidget Q_OBJECT public: - ResourceFeaturePlanConfig( QWidget *parent = 0, const char *name = 0 ); + ResourceFeaturePlanConfig( TQWidget *parent = 0, const char *name = 0 ); public slots: void loadSettings( KRES::Resource * ); @@ -45,7 +45,7 @@ class KDE_EXPORT ResourceFeaturePlanConfig : public KRES::ConfigWidget private: KURLRequester *mFilename; KLineEdit *mFilterEmail; - QCheckBox *mCvsCheck; + TQCheckBox *mCvsCheck; }; } |