diff options
Diffstat (limited to 'tdefx/kpixmap.cpp')
-rw-r--r-- | tdefx/kpixmap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefx/kpixmap.cpp b/tdefx/kpixmap.cpp index 75ae86565..8cc9e384a 100644 --- a/tdefx/kpixmap.cpp +++ b/tdefx/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; |