summaryrefslogtreecommitdiffstats
path: root/src/regiongrabber.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-24 10:47:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-24 22:30:44 +0900
commit700314549eb463a1a193ba9f840a66466b8bfdc8 (patch)
tree13051a37b00c8817024f42e2b9610161cd076b10 /src/regiongrabber.cpp
parent928b97c5a9ac3cad96b21b1c9e70b4699811be25 (diff)
downloadbasket-70031454.tar.gz
basket-70031454.zip
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dd1d051b9f5aeda0b6c99d334f28d5fef201b3d1)
Diffstat (limited to 'src/regiongrabber.cpp')
-rw-r--r--src/regiongrabber.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regiongrabber.cpp b/src/regiongrabber.cpp
index f519399..de7a19a 100644
--- a/src/regiongrabber.cpp
+++ b/src/regiongrabber.cpp
@@ -171,7 +171,7 @@ void RegionGrabber::drawRubber()
p.setPen( TQPen( color0, 1 ) );
p.setBrush( NoBrush );
- style().tqdrawPrimitive( TQStyle::PE_FocusRect, &p, grabRect, colorGroup(),
+ style().drawPrimitive( TQStyle::PE_FocusRect, &p, grabRect, colorGroup(),
TQStyle::Style_Default, TQStyleOption( colorGroup().base() ) );
p.end();