From 6ca08e7a881c0c97f338e0085f75af04ec08ad04 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:57:35 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 4faf11eccc5f08d2aa0540157d6eff80b7cdb02a. --- src/misc/Debug.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/misc/Debug.cpp') diff --git a/src/misc/Debug.cpp b/src/misc/Debug.cpp index 7218226..502b68d 100644 --- a/src/misc/Debug.cpp +++ b/src/misc/Debug.cpp @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include #include #endif @@ -307,8 +307,8 @@ operator<<(kdbgstream &dbg, const TQRegion& reg ) TQMemArrayrs = reg.rects(); for (uint i = 0;i < rs.size();++i) - dbg << TQString("[%1,%2 - %3x%4] ").arg(rs[i].x()).arg(rs[i].y()) - .arg(rs[i].width()).arg(rs[i].height() ) ; + dbg << TQString("[%1,%2 - %3x%4] ").tqarg(rs[i].x()).tqarg(rs[i].y()) + .tqarg(rs[i].width()).tqarg(rs[i].height() ) ; dbg << "]"; return dbg; -- cgit v1.2.3