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-24 10:55:50 +0900
commit60716f5af0920804783f44ca88664dcd403e4041 (patch)
treeafc69b2f97e30fba156d2ba28f77aa2e6d4c9e20 /kolourpaint/kpselection.cpp
parent9f573969bb9c14598cb640d7f769f4d7811c4414 (diff)
downloadtdegraphics-60716f5af0920804783f44ca88664dcd403e4041.tar.gz
tdegraphics-60716f5af0920804783f44ca88664dcd403e4041.zip
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <[email protected]>
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);