diff options
Diffstat (limited to 'kivio/plugins/kivioselecttool/tool_select.h')
-rw-r--r-- | kivio/plugins/kivioselecttool/tool_select.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kivio/plugins/kivioselecttool/tool_select.h b/kivio/plugins/kivioselecttool/tool_select.h index 6e476b99..7a71dabf 100644 --- a/kivio/plugins/kivioselecttool/tool_select.h +++ b/kivio/plugins/kivioselecttool/tool_select.h @@ -56,7 +56,7 @@ class SelectTool : public Kivio::MouseTool Q_OBJECT TQ_OBJECT public: - SelectTool( KivioView* tqparent ); + SelectTool( KivioView* parent ); ~SelectTool(); virtual bool processEvent(TQEvent* e); |