summaryrefslogtreecommitdiffstats
path: root/krita/ui/kis_tool_freehand.h
diff options
context:
space:
mode:
Diffstat (limited to 'krita/ui/kis_tool_freehand.h')
-rw-r--r--krita/ui/kis_tool_freehand.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/krita/ui/kis_tool_freehand.h b/krita/ui/kis_tool_freehand.h
index 1d29a9b7..5480ab1e 100644
--- a/krita/ui/kis_tool_freehand.h
+++ b/krita/ui/kis_tool_freehand.h
@@ -34,10 +34,11 @@ class KisPaintLayer;
class KRITACORE_EXPORT KisToolFreehand : public KisToolPaint {
Q_OBJECT
+ TQ_OBJECT
typedef KisToolPaint super;
public:
- KisToolFreehand(const QString transactionText);
+ KisToolFreehand(const TQString transactionText);
virtual ~KisToolFreehand();
virtual void update(KisCanvasSubject *subject);
@@ -87,7 +88,7 @@ protected:
KisLayerSP m_tempLayer;
KisPaintDeviceSP m_source;
- QString m_transactionText;
+ TQString m_transactionText;
enumBrushMode m_mode;
KisPainter *m_painter;