summaryrefslogtreecommitdiffstats
path: root/languages/ruby/debugger/dbgpsdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'languages/ruby/debugger/dbgpsdlg.h')
-rw-r--r--languages/ruby/debugger/dbgpsdlg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/languages/ruby/debugger/dbgpsdlg.h b/languages/ruby/debugger/dbgpsdlg.h
index 5bbc89af..8cf781f3 100644
--- a/languages/ruby/debugger/dbgpsdlg.h
+++ b/languages/ruby/debugger/dbgpsdlg.h
@@ -25,7 +25,7 @@
#include <kdialog.h>
class TQListBox;
-class KProcess;
+class TDEProcess;
class TQLabel;
namespace RDBDebugger
@@ -45,11 +45,11 @@ public:
int pidSelected();
private slots:
- void slotReceivedOutput(KProcess *proc, char *buffer, int buflen);
+ void slotReceivedOutput(TDEProcess *proc, char *buffer, int buflen);
void slotProcessExited();
private:
- KProcess* psProc_;
+ TDEProcess* psProc_;
TQListBox* pids_;
TQLabel* heading_;
TQString pidLines_;