Rename additional global TQt functions

pull/1/head
Timothy Pearson 13 years ago
parent 200fac2935
commit 828c14137d

@ -378,12 +378,12 @@ private:
(c1Rgb == other.c1Rgb) && (c1Rgb == other.c1Rgb) &&
(horizontal = other.horizontal); (horizontal = other.horizontal);
// if(!match) { // if(!match) {
// qDebug("operator ==: CacheEntries don't match!"); // tqDebug("operator ==: CacheEntries don't match!");
// qDebug("width: %d\t\tother width: %d", width, other.width); // tqDebug("width: %d\t\tother width: %d", width, other.width);
// qDebug("height: %d\t\tother height: %d", height, other.height); // tqDebug("height: %d\t\tother height: %d", height, other.height);
// qDebug("fgRgb: %d\t\tother fgRgb: %d", fgRgb, other.fgRgb); // tqDebug("fgRgb: %d\t\tother fgRgb: %d", fgRgb, other.fgRgb);
// qDebug("bgRgb: %d\t\tother bgRgb: %d", bgRgb, other.bgRgb); // tqDebug("bgRgb: %d\t\tother bgRgb: %d", bgRgb, other.bgRgb);
// qDebug("surfaceFlags: %d\t\tother surfaceFlags: %d", surfaceFlags, other.surfaceFlags); // tqDebug("surfaceFlags: %d\t\tother surfaceFlags: %d", surfaceFlags, other.surfaceFlags);
// } // }
return match; return match;
} }

Loading…
Cancel
Save