diff options
Diffstat (limited to 'chalk/ui/kis_tool_shape.h')
-rw-r--r-- | chalk/ui/kis_tool_shape.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/ui/kis_tool_shape.h b/chalk/ui/kis_tool_shape.h index 2c0a9500..e8974c79 100644 --- a/chalk/ui/kis_tool_shape.h +++ b/chalk/ui/kis_tool_shape.h @@ -40,7 +40,7 @@ public: virtual enumToolType toolType() { return TOOL_SHAPE; } protected: - virtual TQWidget* createOptionWidget(TQWidget* tqparent); + virtual TQWidget* createOptionWidget(TQWidget* parent); KisPainter::FillStyle fillStyle(); |