summaryrefslogtreecommitdiffstats
path: root/tdefx/kpixmap.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-18 16:44:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-20 13:29:51 +0900
commit0e4a5c95a4675da94170d7c8997bf14f76451e31 (patch)
treed275a38208f309ad1270af8c6f782f0ad7fa5b7c /tdefx/kpixmap.cpp
parent303b6445011a6ed10c48ac6e1eda415e5c371264 (diff)
downloadtdelibs-0e4a5c95a4675da94170d7c8997bf14f76451e31.tar.gz
tdelibs-0e4a5c95a4675da94170d7c8997bf14f76451e31.zip
Replace various strings '#define'd in tqtinterface
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 57e0ed66347db15cb1cd66488f095107e7772ad9)
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;