diff options
Diffstat (limited to 'ksnapshot/regiongrabber.h')
-rw-r--r-- | ksnapshot/regiongrabber.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnapshot/regiongrabber.h b/ksnapshot/regiongrabber.h index 1c9f4a3a..3cc1961e 100644 --- a/ksnapshot/regiongrabber.h +++ b/ksnapshot/regiongrabber.h @@ -28,7 +28,7 @@ class TQTimer; class SizeTip : public TQLabel { public: - SizeTip( TQWidget *tqparent, const char *name=0 ); + SizeTip( TQWidget *parent, const char *name=0 ); ~SizeTip() {} void setTip( const TQRect &rect ); |