summaryrefslogtreecommitdiffstats
path: root/languages/ruby/debugger
diff options
context:
space:
mode:
Diffstat (limited to 'languages/ruby/debugger')
-rw-r--r--languages/ruby/debugger/dbgcontroller.cpp2
-rw-r--r--languages/ruby/debugger/dbgpsdlg.cpp2
-rw-r--r--languages/ruby/debugger/rdbcontroller.cpp2
-rw-r--r--languages/ruby/debugger/rdbcontroller.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/languages/ruby/debugger/dbgcontroller.cpp b/languages/ruby/debugger/dbgcontroller.cpp
index 7ee560b7..51e01c30 100644
--- a/languages/ruby/debugger/dbgcontroller.cpp
+++ b/languages/ruby/debugger/dbgcontroller.cpp
@@ -20,7 +20,7 @@
***************************************************************************/
#include "dbgcontroller.h"
-#include <kprocess.h>
+#include <tdeprocess.h>
/***************************************************************************/
diff --git a/languages/ruby/debugger/dbgpsdlg.cpp b/languages/ruby/debugger/dbgpsdlg.cpp
index f17c3ce0..fe2c000e 100644
--- a/languages/ruby/debugger/dbgpsdlg.cpp
+++ b/languages/ruby/debugger/dbgpsdlg.cpp
@@ -25,7 +25,7 @@
#include <kdialog.h>
#include <tdeglobalsettings.h>
#include <tdelocale.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kstdguiitem.h>
#include <tdeversion.h>
diff --git a/languages/ruby/debugger/rdbcontroller.cpp b/languages/ruby/debugger/rdbcontroller.cpp
index 94204089..e1cef233 100644
--- a/languages/ruby/debugger/rdbcontroller.cpp
+++ b/languages/ruby/debugger/rdbcontroller.cpp
@@ -43,7 +43,7 @@
#include <tdeglobal.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tqdatetime.h>
#include <tqfileinfo.h>
diff --git a/languages/ruby/debugger/rdbcontroller.h b/languages/ruby/debugger/rdbcontroller.h
index f28302db..5e10d848 100644
--- a/languages/ruby/debugger/rdbcontroller.h
+++ b/languages/ruby/debugger/rdbcontroller.h
@@ -149,7 +149,7 @@ private:
int stdoutSizeofBuf_; // size of the buffer for holding stdout piped
// from the ruby program
int stdoutOutputLen_; // amount of data in the output buffer
- char* stdoutOutput_; // buffer for the output from kprocess
+ char* stdoutOutput_; // buffer for the output from tdeprocess
TQCString holdingZone_;
int rdbSizeofBuf_; // size of the output buffer from rdb