diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-24 10:47:46 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-24 10:47:46 +0900 |
| commit | dcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0 (patch) | |
| tree | 28dc129d7fd7fc71945338cfb4207d5a9a9dbcb0 /chalk/plugins/viewplugins | |
| parent | 10a82ab583d7608cd9efd5fe1e76700c9d06b4c2 (diff) | |
| download | koffice-dcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0.tar.gz koffice-dcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0.zip | |
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'chalk/plugins/viewplugins')
| -rw-r--r-- | chalk/plugins/viewplugins/screenshot/regiongrabber.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/viewplugins/screenshot/regiongrabber.cpp b/chalk/plugins/viewplugins/screenshot/regiongrabber.cpp index 268a24d81..a05ce3e2d 100644 --- a/chalk/plugins/viewplugins/screenshot/regiongrabber.cpp +++ b/chalk/plugins/viewplugins/screenshot/regiongrabber.cpp @@ -161,7 +161,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(); |
