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 bbf483016..30a2de570 100644
--- a/tdefx/kpixmap.cpp
+++ b/tdefx/kpixmap.cpp
@@ -357,7 +357,7 @@ bool KPixmap::checkColorTable( const TQImage &image )
}
- TQRgb* ctable = image.tqcolorTable();
+ TQRgb* ctable = image.colorTable();
int ncols = image.numColors();
int j;