From 716a5de8870d7c02bb4d0aed72f30291b17b763a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:59:01 -0600 Subject: Remove additional unneeded tq method conversions --- kmail/recipientspicker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmail/recipientspicker.cpp') diff --git a/kmail/recipientspicker.cpp b/kmail/recipientspicker.cpp index dcf43f794..60ffffbef 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; } -- cgit v1.2.1