diff options
Diffstat (limited to 'kmail/accountwizard.h')
-rw-r--r-- | kmail/accountwizard.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/accountwizard.h b/kmail/accountwizard.h index 0b30ca801..bd61ecf2c 100644 --- a/kmail/accountwizard.h +++ b/kmail/accountwizard.h @@ -116,12 +116,12 @@ class AccountWizard : public KWizard TQWidget *mServerInformationPage; TQLabel *mIncomingLabel; KLineEdit *mIncomingServer; - TQCheckBox *mIncomingUseSSL; + TQCheckBox *mIncomingUseTLS; KLineEdit *mIncomingLocation; TQPushButton *mChooseLocation; KLineEdit *mOutgoingServer; - TQCheckBox *mOutgoingUseSSL; + TQCheckBox *mOutgoingUseTLS; TQCheckBox *mLocalDelivery; TQWidget *mIncomingServerWdg; |