diff options
Diffstat (limited to 'kmail/identitydialog.h')
-rw-r--r-- | kmail/identitydialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/identitydialog.h b/kmail/identitydialog.h index 82bca1c43..61716983f 100644 --- a/kmail/identitydialog.h +++ b/kmail/identitydialog.h @@ -63,7 +63,7 @@ namespace KMail { Q_OBJECT TQ_OBJECT public: - IdentityDialog( TQWidget * tqparent=0, const char * name = 0 ); + IdentityDialog( TQWidget * parent=0, const char * name = 0 ); virtual ~IdentityDialog(); void setIdentity( /*_not_ const*/ KPIM::Identity & ident ); |