diff options
Diffstat (limited to 'kresources/slox/kcalresourcesloxconfig.h')
-rw-r--r-- | kresources/slox/kcalresourcesloxconfig.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kresources/slox/kcalresourcesloxconfig.h b/kresources/slox/kcalresourcesloxconfig.h index a656478d2..370948c08 100644 --- a/kresources/slox/kcalresourcesloxconfig.h +++ b/kresources/slox/kcalresourcesloxconfig.h @@ -46,7 +46,7 @@ class KDE_EXPORT KCalResourceSloxConfig : public KRES::ConfigWidget { Q_OBJECT public: - KCalResourceSloxConfig( QWidget *parent = 0, const char *name = 0 ); + KCalResourceSloxConfig( TQWidget *parent = 0, const char *name = 0 ); public slots: virtual void loadSettings( KRES::Resource *resource ); @@ -60,11 +60,11 @@ class KDE_EXPORT KCalResourceSloxConfig : public KRES::ConfigWidget KURLRequester *mDownloadUrl; KLineEdit *mUserEdit; KLineEdit *mPasswordEdit; - QCheckBox *mLastSyncCheck; + TQCheckBox *mLastSyncCheck; KPushButton *mCalButton; KPushButton *mTaskButton; - QString mCalendarFolderId; - QString mTaskFolderId; + TQString mCalendarFolderId; + TQString mTaskFolderId; KCal::ResourceCachedReloadConfig *mReloadConfig; KCal::ResourceCachedSaveConfig *mSaveConfig; |