diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-18 16:44:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-18 16:58:12 +0900 |
commit | 57e0ed66347db15cb1cd66488f095107e7772ad9 (patch) | |
tree | aed23e1b51b285cf2ca9417fea697a7c2e52e700 /tdefx/kpixmap.cpp | |
parent | c8ece3630d4d21acaf1749fc2cf660a0463070c3 (diff) | |
download | tdelibs-57e0ed66347db15cb1cd66488f095107e7772ad9.tar.gz tdelibs-57e0ed66347db15cb1cd66488f095107e7772ad9.zip |
Replace various strings '#define'd in tqtinterface
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 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; |