summaryrefslogtreecommitdiffstats
path: root/tdefx/kpixmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdefx/kpixmap.cpp')
-rw-r--r--tdefx/kpixmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefx/kpixmap.cpp b/tdefx/kpixmap.cpp
index 8cc9e384a..bbf483016 100644
--- a/tdefx/kpixmap.cpp
+++ b/tdefx/kpixmap.cpp
@@ -75,7 +75,7 @@ static bool kdither_32_to_8( const TQImage *src, TQImage *dst )
pv[2] = new int[sw];
for ( y=0; y < src->height(); y++ ) {
- // p = (QRgb *)src->scanLine(y);
+ // p = (TQRgb *)src->scanLine(y);
b = dst->scanLine(y);
int endian = (TQImage::systemBitOrder() == TQImage::BigEndian);
int x;