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/customtemplates.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmail/customtemplates.cpp') diff --git a/kmail/customtemplates.cpp b/kmail/customtemplates.cpp index 279c71ae6..6a0a7f4cf 100644 --- a/kmail/customtemplates.cpp +++ b/kmail/customtemplates.cpp @@ -117,7 +117,7 @@ CustomTemplates::CustomTemplates( TQWidget *parent, const char *name ) "Universal which can be used for all kind of operations. " "You cannot bind keyboard shortcut to Universal templates.

" "" ); - mHelp->setText( i18n( "How does this work?" ).tqarg( help ) ); + mHelp->setText( i18n( "How does this work?" ).arg( help ) ); const TQString toToolTip = i18n( "Additional recipients of the message when forwarding" ); const TQString ccToolTip = i18n( "Additional recipients who get a copy of the message when forwarding" ); -- cgit v1.2.1