summaryrefslogtreecommitdiffstats
path: root/kmail/identitydialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/identitydialog.h')
-rw-r--r--kmail/identitydialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kmail/identitydialog.h b/kmail/identitydialog.h
index 20bb55a7..f8e71073 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;