From e69e8b1d09fb579316595b4e6a850e717358a8b1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 19 Jun 2011 19:03:33 +0000 Subject: TQt4 port kdegraphics This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1237557 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksnapshot/regiongrabber.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ksnapshot/regiongrabber.h') 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(); -- cgit v1.2.1