From eba1d381626d92b860239417f21d813f02ee6394 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:35:39 -0600 Subject: Remove additional unneeded tq method conversions --- src/app/configdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app/configdialog.cpp') diff --git a/src/app/configdialog.cpp b/src/app/configdialog.cpp index d274188..a429095 100644 --- a/src/app/configdialog.cpp +++ b/src/app/configdialog.cpp @@ -247,7 +247,7 @@ void ConfigDialog::calculateCacheSize() { KURL url; url.setPath(ThumbnailLoadJob::thumbnailBaseDir()); unsigned long size=KDirSize::dirSize(url); - KMessageBox::information( this,i18n("Cache size is %1").tqarg(KIO::convertSize(size)) ); + KMessageBox::information( this,i18n("Cache size is %1").arg(KIO::convertSize(size)) ); } @@ -281,7 +281,7 @@ void ConfigDialog::emptyCache() { int response=KMessageBox::warningContinueCancel(this, "" + i18n("Are you sure you want to empty the thumbnail cache?" - " This will delete the folder %1.").tqarg(TQStyleSheet::escape(dir)) + "", + " This will delete the folder %1.").arg(TQStyleSheet::escape(dir)) + "", TQString(), KStdGuiItem::del()); -- cgit v1.2.1