summaryrefslogtreecommitdiffstats
path: root/kmail/recipientseditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/recipientseditor.cpp')
-rw-r--r--kmail/recipientseditor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/recipientseditor.cpp b/kmail/recipientseditor.cpp
index 273ba923..5e8175dc 100644
--- a/kmail/recipientseditor.cpp
+++ b/kmail/recipientseditor.cpp
@@ -915,8 +915,8 @@ void RecipientsEditor::setRecipientString( const TQString &str,
if ( count++ > GlobalSettings::self()->maximumRecipients() ) {
KMessageBox::sorry( this,
i18n("Truncating recipients list to %1 of %2 entries.")
- .arg( GlobalSettings::self()->maximumRecipients() )
- .arg( r.count() ) );
+ .tqarg( GlobalSettings::self()->maximumRecipients() )
+ .tqarg( r.count() ) );
break;
}
addRecipient( *it, type );