From f0de9e167e289ab7dc33e57f077c1f04ec7c68c8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:38:41 -0600 Subject: Remove additional unneeded tq method conversions --- kpresenter/KPrUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kpresenter/KPrUtils.cpp') diff --git a/kpresenter/KPrUtils.cpp b/kpresenter/KPrUtils.cpp index fa21141a..2cbf5dc6 100644 --- a/kpresenter/KPrUtils.cpp +++ b/kpresenter/KPrUtils.cpp @@ -383,7 +383,7 @@ TQString saveOasisTimer( int second ) //ISO8601 chapter 5.5.3.2 //TQDate doesn't encode it as this format. - TQString timeIso = TQString( "PT%1H%2M%3S" ).tqarg( hours ).tqarg( ms ).tqarg( sec ); + TQString timeIso = TQString( "PT%1H%2M%3S" ).arg( hours ).arg( ms ).arg( sec ); return timeIso; } -- cgit v1.2.1