summaryrefslogtreecommitdiffstats
path: root/src/regiongrabber.cpp
diff options
context:
space:
mode:
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 4c4d9ca..3e14d71 100644
--- a/src/regiongrabber.cpp
+++ b/src/regiongrabber.cpp
@@ -171,7 +171,7 @@ void RegionGrabber::drawRubber()
p.setPen( TQPen( color0, 1 ) );
p.setBrush( NoBrush );
- tqstyle().tqdrawPrimitive( TQStyle::PE_FocusRect, &p, grabRect, colorGroup(),
+ style().tqdrawPrimitive( TQStyle::PE_FocusRect, &p, grabRect, colorGroup(),
TQStyle::Style_Default, TQStyleOption( colorGroup().base() ) );
p.end();