summaryrefslogtreecommitdiffstats
path: root/wizards/egroupwarewizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/egroupwarewizard.h')
-rw-r--r--wizards/egroupwarewizard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/egroupwarewizard.h b/wizards/egroupwarewizard.h
index f2eee119..c6df0073 100644
--- a/wizards/egroupwarewizard.h
+++ b/wizards/egroupwarewizard.h
@@ -33,7 +33,7 @@ class KDE_EXPORT EGroupwareWizard : public KConfigWizard
EGroupwareWizard();
~EGroupwareWizard();
- QString validate();
+ TQString validate();
void usrReadConfig();
void usrWriteConfig();
@@ -44,7 +44,7 @@ class KDE_EXPORT EGroupwareWizard : public KConfigWizard
KLineEdit *mUserEdit;
KLineEdit *mPasswordEdit;
KLineEdit *mXMLRPC;
- QCheckBox *mUseSSLConnectionCheck;
+ TQCheckBox *mUseSSLConnectionCheck;
};
#endif