From 7ea89afa119615e547323a7a482ea7fef8e67029 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:59:52 -0600 Subject: Remove additional unneeded tq method conversions --- kgpg/keyservers.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kgpg/keyservers.cpp') diff --git a/kgpg/keyservers.cpp b/kgpg/keyservers.cpp index 3f75b79..00c655a 100644 --- a/kgpg/keyservers.cpp +++ b/kgpg/keyservers.cpp @@ -261,8 +261,8 @@ void keyServer::slotsearchresult(KProcess *) dialogServer->enableButtonOK(true); TQApplication::restoreOverrideCursor(); nb=nb.setNum(keyNumbers); - //listpop->kLVsearch->setColumnText(0,i18n("Found %1 matching keys").tqarg(nb)); - listpop->statusText->setText(i18n("Found %1 matching keys").tqarg(nb)); + //listpop->kLVsearch->setColumnText(0,i18n("Found %1 matching keys").arg(nb)); + listpop->statusText->setText(i18n("Found %1 matching keys").arg(nb)); if (listpop->kLVsearch->firstChild()!=NULL) { listpop->kLVsearch->setSelected(listpop->kLVsearch->firstChild(),true); -- cgit v1.2.1