summaryrefslogtreecommitdiffstats
path: root/wizards/exchangewizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/exchangewizard.h')
-rw-r--r--wizards/exchangewizard.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/exchangewizard.h b/wizards/exchangewizard.h
index 86dca9fc..7336b9e9 100644
--- a/wizards/exchangewizard.h
+++ b/wizards/exchangewizard.h
@@ -38,11 +38,11 @@ class KDE_EXPORT ExchangeWizard : public KConfigWizard
private:
KLineEdit *mServerEdit;
- QSpinBox *mPortEdit;
+ TQSpinBox *mPortEdit;
KLineEdit *mUserEdit;
KLineEdit *mPasswordEdit;
- QCheckBox *mSavePasswordCheck;
- QCheckBox *mSecureCheck;
+ TQCheckBox *mSavePasswordCheck;
+ TQCheckBox *mSecureCheck;
};
#endif