diff options
Diffstat (limited to 'kmail/identitydialog.h')
-rw-r--r-- | kmail/identitydialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kmail/identitydialog.h b/kmail/identitydialog.h index 20bb55a70..f8e71073c 100644 --- a/kmail/identitydialog.h +++ b/kmail/identitydialog.h @@ -40,6 +40,7 @@ class TQCheckBox; class TQComboBox; class TQString; class TQStringList; +class SimpleStringListEditor; class TemplatesConfiguration; class KPushButton; namespace Kleo { @@ -87,6 +88,7 @@ namespace KMail { TQLineEdit *mNameEdit; TQLineEdit *mOrganizationEdit; TQLineEdit *mEmailEdit; + SimpleStringListEditor *mAliasEdit; // "cryptography" tab: TQWidget *mCryptographyTab; Kleo::SigningKeyRequester *mPGPSigningKeyRequester; |