diff options
Diffstat (limited to 'languages/ruby/debugger/dbgpsdlg.h')
-rw-r--r-- | languages/ruby/debugger/dbgpsdlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/ruby/debugger/dbgpsdlg.h b/languages/ruby/debugger/dbgpsdlg.h index b7037ecf..5bbc89af 100644 --- a/languages/ruby/debugger/dbgpsdlg.h +++ b/languages/ruby/debugger/dbgpsdlg.h @@ -36,7 +36,7 @@ namespace RDBDebugger class Dbg_PS_Dialog : public KDialog { Q_OBJECT - TQ_OBJECT + public: Dbg_PS_Dialog( TQWidget *parent=0, const char *name=0 ); |