summaryrefslogtreecommitdiffstats
path: root/kmail/identitylistview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/identitylistview.cpp')
-rw-r--r--kmail/identitylistview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/identitylistview.cpp b/kmail/identitylistview.cpp
index 5ce6f38c..7a513445 100644
--- a/kmail/identitylistview.cpp
+++ b/kmail/identitylistview.cpp
@@ -83,7 +83,7 @@ namespace KMail {
setText( 0, i18n("%1: identity name. Used in the config "
"dialog, section Identity, to indicate the "
"default identity", "%1 (Default)")
- .tqarg( ident.identityName() ) );
+ .arg( ident.identityName() ) );
else
setText( 0, ident.identityName() );
setText( 1, ident.fullEmailAddr() );