diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-24 10:47:27 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-24 10:47:27 +0900 |
| commit | dd1d051b9f5aeda0b6c99d334f28d5fef201b3d1 (patch) | |
| tree | 12e68f95a514e1e680f6f647fb93ead9eafda45f /src/regiongrabber.cpp | |
| parent | a9baa1d87515a71595ffa68f53499367953b8354 (diff) | |
| download | basket-dd1d051b9f5aeda0b6c99d334f28d5fef201b3d1.tar.gz basket-dd1d051b9f5aeda0b6c99d334f28d5fef201b3d1.zip | |
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/regiongrabber.cpp')
| -rw-r--r-- | src/regiongrabber.cpp | 2 |
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(); |
