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 46a97792..4927d9b9 100644 --- a/languages/cpp/debugger/breakpoint.h +++ b/languages/cpp/debugger/breakpoint.h @@ -47,7 +47,7 @@ enum BP_TYPES class Breakpoint : public TQObject { Q_OBJECT - TQ_OBJECT + public: Breakpoint(bool temporary=false, bool enabled=true); virtual ~Breakpoint(); |