diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-24 10:55:50 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-25 15:20:54 +0900 |
| commit | 57ade68197b2c160aff51b75be3cbc17f682547c (patch) | |
| tree | 668c110c53b46606eafe8e66d2bafbb1408ca084 /ksnapshot/regiongrabber.cpp | |
| parent | 73368709a2bddae467dc800e88e67f211999f265 (diff) | |
| download | tdegraphics-57ade681.tar.gz tdegraphics-57ade681.zip | |
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 60716f5af0920804783f44ca88664dcd403e4041)
Diffstat (limited to 'ksnapshot/regiongrabber.cpp')
| -rw-r--r-- | ksnapshot/regiongrabber.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnapshot/regiongrabber.cpp b/ksnapshot/regiongrabber.cpp index 61c45c47..9b2c438b 100644 --- a/ksnapshot/regiongrabber.cpp +++ b/ksnapshot/regiongrabber.cpp @@ -168,7 +168,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(); |
