diff options
author | Michele Calgaro <[email protected]> | 2023-12-03 00:48:24 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-12-05 11:58:00 +0900 |
commit | c9e40417ac00954826c50f8f6579639255c46476 (patch) | |
tree | 09214c65532ed685a0f1ead2dbb36da3536a9986 /kolourpaint/kpselection.cpp | |
parent | 1fe6cb7fd446f44bb4d5d6074708c066eb1620b2 (diff) | |
download | tdegraphics-c9e40417ac00954826c50f8f6579639255c46476.tar.gz tdegraphics-c9e40417ac00954826c50f8f6579639255c46476.zip |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 3849f5c32c10eba032a6738fd47331c0fa6afe1c)
Diffstat (limited to 'kolourpaint/kpselection.cpp')
-rw-r--r-- | kolourpaint/kpselection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolourpaint/kpselection.cpp b/kolourpaint/kpselection.cpp index 8c0459bb..32434e9d 100644 --- a/kolourpaint/kpselection.cpp +++ b/kolourpaint/kpselection.cpp @@ -1435,7 +1435,7 @@ void kpSelection::flip (bool horiz, bool vert) #if DEBUG_KP_SELECTION && 1 kdDebug () << "\thave transparency mask - flipping that" << endl; #endif - kpPixmapFX::flip (TQT_TQPIXMAP(&m_transparencyMask), horiz, vert); + kpPixmapFX::flip (&m_transparencyMask, horiz, vert); } |