summaryrefslogtreecommitdiffstats
path: root/karbon/tools/vshapetool.h
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/tools/vshapetool.h')
-rw-r--r--karbon/tools/vshapetool.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/karbon/tools/vshapetool.h b/karbon/tools/vshapetool.h
index 48cfa4c7..2a774e94 100644
--- a/karbon/tools/vshapetool.h
+++ b/karbon/tools/vshapetool.h
@@ -20,7 +20,7 @@
#ifndef __VSHAPETOOL_H__
#define __VSHAPETOOL_H__
-#include <qstring.h>
+#include <tqstring.h>
#include <KoPoint.h>
@@ -36,8 +36,8 @@ public:
VShapeTool( KarbonView *view, const char *name, bool polar = false );
virtual enumToolType toolType() { return TOOL_SHAPE; }
- virtual QString statusText();
- virtual QString contextHelp();
+ virtual TQString statusText();
+ virtual TQString contextHelp();
virtual void activate();
@@ -58,7 +58,7 @@ protected:
// Make it "abstract":
virtual ~VShapeTool();
- virtual VPath* shape( bool interactive = false ) const = 0;
+ virtual VPath* tqshape( bool interactive = false ) const = 0;
/**
* Output coordinates.
@@ -77,7 +77,7 @@ private:
bool m_isSquare;
bool m_isCentered;
- QCursor* m_cursor;
+ TQCursor* m_cursor;
};
#endif