diff options
Diffstat (limited to 'src/gui/general/BaseTool.h')
-rw-r--r-- | src/gui/general/BaseTool.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/general/BaseTool.h b/src/gui/general/BaseTool.h index c750679..2c1eab1 100644 --- a/src/gui/general/BaseTool.h +++ b/src/gui/general/BaseTool.h @@ -56,14 +56,14 @@ public: virtual ~BaseTool(); /** - * Is called by the tqparent View (EditView or SegmentCanvas) when + * Is called by the parent View (EditView or SegmentCanvas) when * the tool is set as current. * Add any setup here (e.g. setting the mouse cursor tqshape) */ virtual void ready(); /** - * Is called by the tqparent View (EditView or SegmentCanvas) after + * Is called by the parent View (EditView or SegmentCanvas) after * the tool is put away. * Add any cleanup here */ @@ -88,7 +88,7 @@ protected: * * \a menuName : the name of the menu defined in the XML rc file */ - BaseTool(const TQString& menuName, KXMLGUIFactory*, TQObject* tqparent); + BaseTool(const TQString& menuName, KXMLGUIFactory*, TQObject* parent); virtual void createMenu() = 0; virtual bool hasMenu() { return false; } |