summaryrefslogtreecommitdiffstats
path: root/src/misc/Debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/Debug.cpp')
-rw-r--r--src/misc/Debug.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/misc/Debug.cpp b/src/misc/Debug.cpp
index 502b68d..7218226 100644
--- a/src/misc/Debug.cpp
+++ b/src/misc/Debug.cpp
@@ -30,7 +30,7 @@
#include <tqregion.h>
#include <tqstringlist.h>
#include <tqpen.h>
-#include <tqbrush.h>
+#include <brush.h>
#include <tqsize.h>
#include <kurl.h>
#endif
@@ -307,8 +307,8 @@ operator<<(kdbgstream &dbg, const TQRegion& reg )
TQMemArray<TQRect>rs = reg.rects();
for (uint i = 0;i < rs.size();++i)
- dbg << TQString("[%1,%2 - %3x%4] ").tqarg(rs[i].x()).tqarg(rs[i].y())
- .tqarg(rs[i].width()).tqarg(rs[i].height() ) ;
+ dbg << TQString("[%1,%2 - %3x%4] ").arg(rs[i].x()).arg(rs[i].y())
+ .arg(rs[i].width()).arg(rs[i].height() ) ;
dbg << "]";
return dbg;