diff options
Diffstat (limited to 'languages/ruby/debugger/stty.h')
-rw-r--r-- | languages/ruby/debugger/stty.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/languages/ruby/debugger/stty.h b/languages/ruby/debugger/stty.h index 20aece2c..d49e79f8 100644 --- a/languages/ruby/debugger/stty.h +++ b/languages/ruby/debugger/stty.h @@ -33,9 +33,10 @@ class TQSocketNotifier; namespace RDBDebugger { -class STTY : public QObject +class STTY : public TQObject { Q_OBJECT + TQ_OBJECT public: STTY(bool ext=false, const TQString &termAppName=TQString()); |