diff options
Diffstat (limited to 'languages/ruby/debugger/dbgpsdlg.h')
-rw-r--r-- | languages/ruby/debugger/dbgpsdlg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/languages/ruby/debugger/dbgpsdlg.h b/languages/ruby/debugger/dbgpsdlg.h index 928e4c54..1f30d6a7 100644 --- a/languages/ruby/debugger/dbgpsdlg.h +++ b/languages/ruby/debugger/dbgpsdlg.h @@ -36,9 +36,10 @@ namespace RDBDebugger class Dbg_PS_Dialog : public KDialog { Q_OBJECT + TQ_OBJECT public: - Dbg_PS_Dialog( TQWidget *parent=0, const char *name=0 ); + Dbg_PS_Dialog( TQWidget *tqparent=0, const char *name=0 ); ~Dbg_PS_Dialog(); int pidSelected(); |