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/folderutil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmail/folderutil.cpp') diff --git a/kmail/folderutil.cpp b/kmail/folderutil.cpp index 40b543be..0c2554dc 100644 --- a/kmail/folderutil.cpp +++ b/kmail/folderutil.cpp @@ -92,7 +92,7 @@ void KMail::FolderUtil::deleteFolder( KMFolder *folderToDelete, TQWidget *parent KMessageBox::information(parent, i18n("The folder you deleted was associated with the account " "%1 which delivered mail into it. The folder the account " - "delivers new mail into was reset to the main Inbox folder.").tqarg( (*it)->name())); + "delivers new mail into was reset to the main Inbox folder.").arg( (*it)->name())); } } if (folderToDelete->folderType() == KMFolderTypeImap) -- cgit v1.2.3