summaryrefslogtreecommitdiffstats
path: root/karbon/plugins/zoomtool/vzoomtool.h
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/plugins/zoomtool/vzoomtool.h')
-rw-r--r--karbon/plugins/zoomtool/vzoomtool.h14
1 files changed, 7 insertions, 7 deletions
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 <qstring.h>
+#include <tqstring.h>
#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;
};