summaryrefslogtreecommitdiffstats
path: root/kmail/recipientspicker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/recipientspicker.cpp')
-rw-r--r--kmail/recipientspicker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/recipientspicker.cpp b/kmail/recipientspicker.cpp
index dcf43f79..60ffffbe 100644
--- a/kmail/recipientspicker.cpp
+++ b/kmail/recipientspicker.cpp
@@ -783,7 +783,7 @@ void RecipientsPicker::pick( Recipient::Type type )
"recipients is %1. Please adapt the selection.",
"You selected %n recipients. The maximum supported number of "
"recipients is %1. Please adapt the selection.", count)
- .tqarg( GlobalSettings::self()->maximumRecipients() ) );
+ .arg( GlobalSettings::self()->maximumRecipients() ) );
return;
}