summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:34:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:34:31 +0900
commited84b6954e3853edda83ec897bc9a9885abed114 (patch)
treed2a57db8f86916dc705941f1d3c6a222990aacab
parentd172d2339cfc44b8e1c3cbf343593f3af214ffee (diff)
downloadkdbg-ed84b6954e3853edda83ec897bc9a9885abed114.tar.gz
kdbg-ed84b6954e3853edda83ec897bc9a9885abed114.zip
Use tdeprocess.hHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kdbg/dbgdriver.h2
-rw-r--r--kdbg/dbgmainwnd.cpp2
-rw-r--r--kdbg/procattach.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/kdbg/dbgdriver.h b/kdbg/dbgdriver.h
index 8d5bc92..f7e2a01 100644
--- a/kdbg/dbgdriver.h
+++ b/kdbg/dbgdriver.h
@@ -10,7 +10,7 @@
#include <tqfile.h>
#include <tqregexp.h>
#include <tqcstring.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <queue>
#include <list>
diff --git a/kdbg/dbgmainwnd.cpp b/kdbg/dbgmainwnd.cpp
index 5ea03ef..d4abb45 100644
--- a/kdbg/dbgmainwnd.cpp
+++ b/kdbg/dbgmainwnd.cpp
@@ -15,7 +15,7 @@
#include <tdeaction.h>
#include <tdepopupmenu.h>
#include <tdefiledialog.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kkeydialog.h>
#include <kanimwidget.h>
#include <twin.h>
diff --git a/kdbg/procattach.cpp b/kdbg/procattach.cpp
index 45c6958..0a1ae1a 100644
--- a/kdbg/procattach.cpp
+++ b/kdbg/procattach.cpp
@@ -8,7 +8,7 @@
#include <tqlistview.h>
#include <tqtoolbutton.h>
#include <tqlineedit.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <ctype.h>
#include <tdeapplication.h>
#include <kiconloader.h>