diff options
Diffstat (limited to 'languages/ruby/debugger/dbgcontroller.h')
-rw-r--r-- | languages/ruby/debugger/dbgcontroller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/ruby/debugger/dbgcontroller.h b/languages/ruby/debugger/dbgcontroller.h index 953eaca8..67be9ef3 100644 --- a/languages/ruby/debugger/dbgcontroller.h +++ b/languages/ruby/debugger/dbgcontroller.h @@ -80,7 +80,7 @@ enum RttiValues { class DbgController : public TQObject { Q_OBJECT - TQ_OBJECT + public: |