diff options
Diffstat (limited to 'quanta/components/debugger/quantadebuggerinterface.cpp')
-rw-r--r-- | quanta/components/debugger/quantadebuggerinterface.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/quanta/components/debugger/quantadebuggerinterface.cpp b/quanta/components/debugger/quantadebuggerinterface.cpp index 83eb582c..385849a5 100644 --- a/quanta/components/debugger/quantadebuggerinterface.cpp +++ b/quanta/components/debugger/quantadebuggerinterface.cpp @@ -32,10 +32,10 @@ class DebuggerBreakpoint; -QuantaDebuggerInterface::QuantaDebuggerInterface (TQObject *mytqparent, const char* name) - : DebuggerInterface(mytqparent, name) +QuantaDebuggerInterface::QuantaDebuggerInterface (TQObject *myparent, const char* name) + : DebuggerInterface(myparent, name) { - m_manager = static_cast<DebuggerManager*>(tqparent()); + m_manager = static_cast<DebuggerManager*>(parent()); } QuantaDebuggerInterface::~QuantaDebuggerInterface () |