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