diff options
Diffstat (limited to 'kresources/slox/kabcresourcesloxconfig.h')
-rw-r--r-- | kresources/slox/kabcresourcesloxconfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kresources/slox/kabcresourcesloxconfig.h b/kresources/slox/kabcresourcesloxconfig.h index b55282a85..6aedf83b3 100644 --- a/kresources/slox/kabcresourcesloxconfig.h +++ b/kresources/slox/kabcresourcesloxconfig.h @@ -37,7 +37,7 @@ class KDE_EXPORT ResourceSloxConfig : public KRES::ConfigWidget Q_OBJECT public: - ResourceSloxConfig( QWidget* parent = 0, const char* name = 0 ); + ResourceSloxConfig( TQWidget* parent = 0, const char* name = 0 ); public slots: void loadSettings( KRES::Resource* ); @@ -50,9 +50,9 @@ class KDE_EXPORT ResourceSloxConfig : public KRES::ConfigWidget KURLRequester *mURL; KLineEdit *mUser; KLineEdit *mPassword; - QCheckBox *mLastSyncCheck; + TQCheckBox *mLastSyncCheck; KPushButton *mFolderButton; - QString mFolderId; + TQString mFolderId; SloxBase *mRes; }; |