From dd844d7919e7f0f95c010378e7af1434ea904fff Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:36:05 -0600 Subject: Rename additional global TQt functions --- tdecachegrind/tdecachegrind/listutils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdecachegrind/tdecachegrind/listutils.cpp') 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; } -- cgit v1.2.3