summaryrefslogtreecommitdiffstats
path: root/wizards/scalixwizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/scalixwizard.h')
-rw-r--r--wizards/scalixwizard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/scalixwizard.h b/wizards/scalixwizard.h
index f2394d7b..000801fc 100644
--- a/wizards/scalixwizard.h
+++ b/wizards/scalixwizard.h
@@ -35,7 +35,7 @@ class KDE_EXPORT ScalixWizard : public KConfigWizard
ScalixWizard();
~ScalixWizard();
- QString validate();
+ TQString validate();
void usrReadConfig();
void usrWriteConfig();
@@ -45,7 +45,7 @@ class KDE_EXPORT ScalixWizard : public KConfigWizard
KLineEdit *mEMailEdit;
KLineEdit *mRealNameEdit;
KLineEdit *mPasswordEdit;
- QCheckBox *mSavePasswordCheck;
+ TQCheckBox *mSavePasswordCheck;
KComboBox *mSecurity;
KComboBox *mAuthentication;
};