diff options
Diffstat (limited to 'chalk/plugins/tools/selectiontools/kis_tool_select_eraser.h')
-rw-r--r-- | chalk/plugins/tools/selectiontools/kis_tool_select_eraser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.h b/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.h index 762f24a8..2043e0ee 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.h +++ b/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.h @@ -34,7 +34,7 @@ class KisSelectionOptions; * this... Depends a bit on how we're going to visualize selections. */ class KisToolSelectEraser : public KisToolFreehand { - Q_OBJECT + TQ_OBJECT typedef KisToolFreehand super; |