diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:34:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:34:31 +0900 |
commit | ed84b6954e3853edda83ec897bc9a9885abed114 (patch) | |
tree | d2a57db8f86916dc705941f1d3c6a222990aacab | |
parent | d172d2339cfc44b8e1c3cbf343593f3af214ffee (diff) | |
download | kdbg-ed84b6954e3853edda83ec897bc9a9885abed114.tar.gz kdbg-ed84b6954e3853edda83ec897bc9a9885abed114.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | kdbg/dbgdriver.h | 2 | ||||
-rw-r--r-- | kdbg/dbgmainwnd.cpp | 2 | ||||
-rw-r--r-- | kdbg/procattach.cpp | 2 |
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> |