From bb7be2361770a435b3e2e8ae2ac4250bf9810bb4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:34:08 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- src/helpers/stringhelper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/helpers') diff --git a/src/helpers/stringhelper.h b/src/helpers/stringhelper.h index 80ad576..c8b628d 100644 --- a/src/helpers/stringhelper.h +++ b/src/helpers/stringhelper.h @@ -21,7 +21,7 @@ #define STRINGHELPER_H #include -#include +#include namespace helpers { @@ -57,7 +57,7 @@ public: } v /= 1024.0; } - return TQString("%1 %2Byte").tqarg(v,0,'f',pre?2:0).tqarg(pre?TQString(TQChar(pre)):TQString("")); + return TQString("%1 %2Byte").arg(v,0,'f',pre?2:0).arg(pre?TQString(TQChar(pre)):TQString("")); } }; -- cgit v1.2.1