summaryrefslogtreecommitdiffstats
path: root/kdefx/kpixmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdefx/kpixmap.cpp')
-rw-r--r--kdefx/kpixmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdefx/kpixmap.cpp b/kdefx/kpixmap.cpp
index 152ae6e83..22a88222f 100644
--- a/kdefx/kpixmap.cpp
+++ b/kdefx/kpixmap.cpp
@@ -34,7 +34,7 @@
// Based on Qt's image conversion functions
static bool kdither_32_to_8( const TQImage *src, TQImage *dst )
{
- // register QRgb *p;
+ // TQRgb *p;
uchar *b;
int y;