summaryrefslogtreecommitdiffstats
path: root/src/regiongrabber.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/regiongrabber.cpp')
-rw-r--r--src/regiongrabber.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regiongrabber.cpp b/src/regiongrabber.cpp
index d32e580..c13b9fa 100644
--- a/src/regiongrabber.cpp
+++ b/src/regiongrabber.cpp
@@ -30,8 +30,8 @@
#include <kglobalsettings.h>
-SizeTip::SizeTip( TQWidget *tqparent, const char *name )
- : TQLabel( tqparent, name, WStyle_Customize | WX11BypassWM |
+SizeTip::SizeTip( TQWidget *parent, const char *name )
+ : TQLabel( parent, name, WStyle_Customize | WX11BypassWM |
WStyle_StaysOnTop | WStyle_NoBorder | WStyle_Tool )
{
setMargin( 2 );