From f008adb5a77e094eaf6abf3fc0f36958e66896a5 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 25 Jun 2011 05:28:35 +0000 Subject: TQt4 port koffice This should enable compilation under both Qt3 and Qt4; fixes for any missed components will be forthcoming git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1238284 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- karbon/plugins/zoomtool/vzoomtool.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'karbon/plugins/zoomtool/vzoomtool.h') diff --git a/karbon/plugins/zoomtool/vzoomtool.h b/karbon/plugins/zoomtool/vzoomtool.h index 2616c03f..c6f1ffcd 100644 --- a/karbon/plugins/zoomtool/vzoomtool.h +++ b/karbon/plugins/zoomtool/vzoomtool.h @@ -22,11 +22,11 @@ #define __VZOOMTOOL_H__ #include "KoPoint.h" -#include +#include #include "vtool.h" -class QCursor; +class TQCursor; class KarbonView; @@ -40,9 +40,9 @@ public: virtual void deactivate(); virtual void setup( KActionCollection *collection ); - virtual QString uiname() { return i18n( "Zoom Tool" ); } - virtual QString contextHelp(); - virtual QString statusText(); + virtual TQString uiname() { return i18n( "Zoom Tool" ); } + virtual TQString contextHelp(); + virtual TQString statusText(); protected: void draw(); @@ -52,7 +52,7 @@ protected: virtual void mouseDrag(); virtual void mouseDragRelease(); - virtual bool keyReleased( Qt::Key key ); + virtual bool keyReleased( TQt::Key key ); virtual void rightMouseButtonRelease(); @@ -61,7 +61,7 @@ protected: KoPoint m_current; private: - QCursor* m_plusCursor; + TQCursor* m_plusCursor; }; -- cgit v1.2.1