From 3da0c9594ec7967c35cc9851c9403f8303ec542b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:09:42 -0600 Subject: Remove spurious TQ_OBJECT instances --- quanta/components/debugger/dbgp/quantadebuggerdbgp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quanta/components/debugger/dbgp/quantadebuggerdbgp.h') 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 StringMap; class QuantaDebuggerDBGp : public DebuggerClient { Q_OBJECT - TQ_OBJECT + public: QuantaDebuggerDBGp(TQObject *parent, const char* name, const TQStringList&); -- cgit v1.2.1