summaryrefslogtreecommitdiffstats
path: root/ksnapshot/regiongrabber.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksnapshot/regiongrabber.h')
-rw-r--r--ksnapshot/regiongrabber.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ksnapshot/regiongrabber.h b/ksnapshot/regiongrabber.h
index 5a9d28b9..1c9f4a3a 100644
--- a/ksnapshot/regiongrabber.h
+++ b/ksnapshot/regiongrabber.h
@@ -25,19 +25,20 @@
class TQTimer;
-class SizeTip : public QLabel
+class SizeTip : public TQLabel
{
public:
- SizeTip( TQWidget *parent, const char *name=0 );
+ SizeTip( TQWidget *tqparent, const char *name=0 );
~SizeTip() {}
void setTip( const TQRect &rect );
void positionTip( const TQRect &rect );
};
-class RegionGrabber : public QWidget
+class RegionGrabber : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
RegionGrabber();