diff options
Diffstat (limited to 'quanta/components/debugger/dbgp/quantadebuggerdbgp.h')
-rw-r--r-- | quanta/components/debugger/dbgp/quantadebuggerdbgp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/components/debugger/dbgp/quantadebuggerdbgp.h b/quanta/components/debugger/dbgp/quantadebuggerdbgp.h index 668fbe30..5d7d551b 100644 --- a/quanta/components/debugger/dbgp/quantadebuggerdbgp.h +++ b/quanta/components/debugger/dbgp/quantadebuggerdbgp.h @@ -32,7 +32,7 @@ typedef TQMap<TQString, TQString> StringMap; class QuantaDebuggerDBGp : public DebuggerClient { Q_OBJECT - TQ_OBJECT + public: QuantaDebuggerDBGp(TQObject *parent, const char* name, const TQStringList&); |