diff options
Diffstat (limited to 'languages/ruby/debugger/stty.h')
-rw-r--r-- | languages/ruby/debugger/stty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/ruby/debugger/stty.h b/languages/ruby/debugger/stty.h index 899db4ff..0a8a113d 100644 --- a/languages/ruby/debugger/stty.h +++ b/languages/ruby/debugger/stty.h @@ -36,7 +36,7 @@ namespace RDBDebugger class STTY : public TQObject { Q_OBJECT - TQ_OBJECT + public: STTY(bool ext=false, const TQString &termAppName=TQString()); |