summaryrefslogtreecommitdiffstats
path: root/tdecachegrind/tdecachegrind/listutils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecachegrind/tdecachegrind/listutils.cpp')
-rw-r--r--tdecachegrind/tdecachegrind/listutils.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecachegrind/tdecachegrind/listutils.cpp b/tdecachegrind/tdecachegrind/listutils.cpp
index 0053646d..2b1a3232 100644
--- a/tdecachegrind/tdecachegrind/listutils.cpp
+++ b/tdecachegrind/tdecachegrind/listutils.cpp
@@ -150,7 +150,7 @@ TQPixmap partitionPixmap(int w, int h,
if (framed)
p.drawRect(0, 0, w, h);
- //qDebug("Sum %f, dw %d", sum,dw);
+ //tqDebug("Sum %f, dw %d", sum,dw);
TQColor c, cLast;
bool leftDrawn = false;
@@ -161,7 +161,7 @@ TQPixmap partitionPixmap(int w, int h,
val += hist[d];
nextPos = (int)(filled * val/sum);
- //qDebug(" hist[%d] %f, val %f, nextPos %d", d, hist[d], val, nextPos);
+ //tqDebug(" hist[%d] %f, val %f, nextPos %d", d, hist[d], val, nextPos);
diff = nextPos-lastPos;
if (diff==0) { d++; continue; }