summaryrefslogtreecommitdiffstats
path: root/src/gui/general/BaseTool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/general/BaseTool.cpp')
-rw-r--r--src/gui/general/BaseTool.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/general/BaseTool.cpp b/src/gui/general/BaseTool.cpp
index 75202ac..ee95231 100644
--- a/src/gui/general/BaseTool.cpp
+++ b/src/gui/general/BaseTool.cpp
@@ -36,11 +36,11 @@
namespace Rosegarden
{
-BaseTool::BaseTool(const TQString& menuName, KXMLGUIFactory* factory, TQObject* parent)
- : TQObject(parent),
+BaseTool::BaseTool(const TQString& menuName, KXMLGUIFactory* factory, TQObject* tqparent)
+ : TQObject(tqparent),
m_menuName(menuName),
m_menu(0),
- m_parentFactory(factory)
+ m_tqparentFactory(factory)
{}
BaseTool::~BaseTool()
@@ -48,7 +48,7 @@ BaseTool::~BaseTool()
RG_DEBUG << "BaseTool::~BaseTool()\n";
// delete m_menu;
- // m_parentView->factory()->removeClient(this);
+ // m_tqparentView->factory()->removeClient(this);
// m_instance = 0;
}