diff options
Diffstat (limited to 'chalk/plugins/tools/defaulttools/kis_tool_brush.h')
-rw-r--r-- | chalk/plugins/tools/defaulttools/kis_tool_brush.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/tools/defaulttools/kis_tool_brush.h b/chalk/plugins/tools/defaulttools/kis_tool_brush.h index bd932ae5..de0d4b8c 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_brush.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_brush.h @@ -34,7 +34,7 @@ class TQCheckBox; class TQGridLayout; class KRITACORE_EXPORT KisToolBrush : public KisToolFreehand { - Q_OBJECT + TQ_OBJECT typedef KisToolFreehand super; |