summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h')
-rw-r--r--chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h b/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h
index eb286cca..b2f8ecad 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h
+++ b/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h
@@ -44,7 +44,7 @@ public:
virtual void setup(KActionCollection *collection);
virtual TQ_UINT32 priority() { return 3; }
virtual enumToolType toolType() { return TOOL_SELECT; }
- virtual TQWidget * createOptionWidget(TQWidget* tqparent);
+ virtual TQWidget * createOptionWidget(TQWidget* parent);
virtual TQWidget* optionWidget();
virtual void paint(KisCanvasPainter& gc);