diff options
Diffstat (limited to 'chalk/plugins/tools/tool_curves/kis_tool_bezier_paint.h')
-rw-r--r-- | chalk/plugins/tools/tool_curves/kis_tool_bezier_paint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/tools/tool_curves/kis_tool_bezier_paint.h b/chalk/plugins/tools/tool_curves/kis_tool_bezier_paint.h index 01922249..9fc9bf7b 100644 --- a/chalk/plugins/tools/tool_curves/kis_tool_bezier_paint.h +++ b/chalk/plugins/tools/tool_curves/kis_tool_bezier_paint.h @@ -28,7 +28,7 @@ class KisToolBezierPaint : public KisToolBezier { typedef KisToolBezier super; - Q_OBJECT + TQ_OBJECT public: |