From f0296ef9e1f94e23c00d6f490e565d1dc768416d Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 26 May 2011 00:38:19 +0000 Subject: TQt4 port Filelight This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/filelight@1233561 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/part/radialMap/segmentTip.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/part/radialMap/segmentTip.h') diff --git a/src/part/radialMap/segmentTip.h b/src/part/radialMap/segmentTip.h index 8bc479e..b082b62 100644 --- a/src/part/radialMap/segmentTip.h +++ b/src/part/radialMap/segmentTip.h @@ -5,28 +5,28 @@ #define SEGMENTTIP_H #include -#include +#include class File; class Directory; namespace RadialMap { - class SegmentTip : public QWidget + class SegmentTip : public TQWidget { public: SegmentTip( uint ); void updateTip( const File*, const Directory* ); - void moveTo( QPoint, const QWidget&, bool ); + void moveTo( TQPoint, const TQWidget&, bool ); private: - virtual bool eventFilter( QObject*, QEvent* ); - virtual bool event( QEvent* ); + virtual bool eventFilter( TQObject*, TQEvent* ); + virtual bool event( TQEvent* ); uint m_cursorHeight; KPixmap m_pixmap; - QString m_text; + TQString m_text; bool m_backing_store; }; } -- cgit v1.2.3