From 6c3f7a55fb7888efc80a7350ef0c2f46ee02baa3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:47:17 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- ktouch/src/ktouchutils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ktouch/src/ktouchutils.cpp') diff --git a/ktouch/src/ktouchutils.cpp b/ktouch/src/ktouchutils.cpp index 26686a09..79c3ace4 100644 --- a/ktouch/src/ktouchutils.cpp +++ b/ktouch/src/ktouchutils.cpp @@ -10,7 +10,7 @@ * (at your option) any later version. * ***************************************************************************/ -#include +#include #include #include @@ -21,7 +21,7 @@ TQString format_speed(double speed) { unsigned int mins = static_cast(speed); unsigned int secs = static_cast(speed*60) - mins*60; - return TQString("%1' %2''").tqarg(mins).tqarg(secs); + return TQString("%1' %2''").arg(mins).arg(secs); } void sort_lists(TQStringList& text, TQStringList& data) { -- cgit v1.2.1