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/quotajobs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmail/quotajobs.h') diff --git a/kmail/quotajobs.h b/kmail/quotajobs.h index 58b2af57..e53a4f18 100644 --- a/kmail/quotajobs.h +++ b/kmail/quotajobs.h @@ -73,8 +73,8 @@ class QuotaInfo { if ( isValid() && !isEmpty() ) { readConfig(); int factor = static_cast ( pow( 1000, mFactor ) ); - return i18n("%1 of %2 %3 used").tqarg( mCurrent.toInt() / factor ) - .tqarg( mMax.toInt() / factor ).tqarg( mUnits ); + return i18n("%1 of %2 %3 used").arg( mCurrent.toInt() / factor ) + .arg( mMax.toInt() / factor ).arg( mUnits ); } return TQString(); } -- cgit v1.2.3