diff options
Diffstat (limited to 'kresources/birthdays/resourcekabcconfig.h')
-rw-r--r-- | kresources/birthdays/resourcekabcconfig.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kresources/birthdays/resourcekabcconfig.h b/kresources/birthdays/resourcekabcconfig.h index b67d38847..7d3ddf098 100644 --- a/kresources/birthdays/resourcekabcconfig.h +++ b/kresources/birthdays/resourcekabcconfig.h @@ -23,8 +23,8 @@ #ifndef KCAL_RESOURCEKABCCONFIG_H #define KCAL_RESOURCEKABCCONFIG_H -#include <qcheckbox.h> -#include <qlabel.h> +#include <tqcheckbox.h> +#include <tqlabel.h> #include <klistview.h> #include <krestrictedline.h> @@ -42,7 +42,7 @@ class ResourceKABCConfig : public KRES::ConfigWidget { Q_OBJECT public: - ResourceKABCConfig( QWidget* parent = 0, const char* name = 0 ); + ResourceKABCConfig( TQWidget* parent = 0, const char* name = 0 ); public slots: virtual void loadSettings( KRES::Resource *resource); @@ -52,10 +52,10 @@ class ResourceKABCConfig : public KRES::ConfigWidget void alarmClicked(); private: - QCheckBox *mAlarm; + TQCheckBox *mAlarm; KRestrictedLine *mAlarmTimeEdit; - QLabel *mALabel; - QCheckBox *mUseCategories; + TQLabel *mALabel; + TQCheckBox *mUseCategories; KListView *mCategoryView; class Private; |