summaryrefslogtreecommitdiffstats
path: root/kolourpaint/kpselection.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-11-24 10:55:50 +0900
committerMichele Calgaro <[email protected]>2023-11-25 15:20:54 +0900
commit57ade68197b2c160aff51b75be3cbc17f682547c (patch)
tree668c110c53b46606eafe8e66d2bafbb1408ca084 /kolourpaint/kpselection.cpp
parent73368709a2bddae467dc800e88e67f211999f265 (diff)
downloadtdegraphics-57ade68197b2c160aff51b75be3cbc17f682547c.tar.gz
tdegraphics-57ade68197b2c160aff51b75be3cbc17f682547c.zip
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 60716f5af0920804783f44ca88664dcd403e4041)
Diffstat (limited to 'kolourpaint/kpselection.cpp')
-rw-r--r--kolourpaint/kpselection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kolourpaint/kpselection.cpp b/kolourpaint/kpselection.cpp
index 2728f3cb..8c0459bb 100644
--- a/kolourpaint/kpselection.cpp
+++ b/kolourpaint/kpselection.cpp
@@ -784,7 +784,7 @@ TQPixmap kpSelection::transparentForegroundTextPixmap () const
// we can identify the transparent pixels for manually creating
// the mask.
pixmapPainter.setPen (
- TQColor (mostContrastingRGB (m_textStyle.effectiveBackgroundColor ().toTQRgb () & TQRGB_MASK)));
+ TQColor (mostContrastingRGB (m_textStyle.effectiveBackgroundColor ().toTQRgb () & TQT_RGB_MASK)));
pixmapPainter.setFont (font);