diff options
Diffstat (limited to 'languages/cpp/debugger/breakpoint.h')
-rw-r--r-- | languages/cpp/debugger/breakpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/debugger/breakpoint.h b/languages/cpp/debugger/breakpoint.h index a313a814..28e7f1dd 100644 --- a/languages/cpp/debugger/breakpoint.h +++ b/languages/cpp/debugger/breakpoint.h @@ -46,7 +46,7 @@ enum BP_TYPES class Breakpoint : public TQObject { - Q_OBJECT + TQ_OBJECT public: Breakpoint(bool temporary=false, bool enabled=true); |