summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:35:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:35:52 +0900
commit8094b5d816d7ae0268b5451e4b8277d22428f1e4 (patch)
treeac384ec40ce591f259d7b31173033a782aae55e3
parent90e1dc248d9929a18963fa517bd301fa5ce652f1 (diff)
downloadknights-8094b5d816d7ae0268b5451e4b8277d22428f1e4.tar.gz
knights-8094b5d816d7ae0268b5451e4b8277d22428f1e4.zip
Use tdeprocess.hHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--knights/io_engine.cpp2
-rw-r--r--knights/io_internet.cpp2
-rw-r--r--knights/wiz_setup.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/knights/io_engine.cpp b/knights/io_engine.cpp
index 9b2c88c..875955f 100644
--- a/knights/io_engine.cpp
+++ b/knights/io_engine.cpp
@@ -15,7 +15,7 @@
* *
***************************************************************************/
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kicontheme.h>
#include <tqregexp.h>
diff --git a/knights/io_internet.cpp b/knights/io_internet.cpp
index 5d2a88e..b8ace6f 100644
--- a/knights/io_internet.cpp
+++ b/knights/io_internet.cpp
@@ -17,7 +17,7 @@
/* KDE */
#include <ksock.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdemessagebox.h>
/* TQt */
diff --git a/knights/wiz_setup.cpp b/knights/wiz_setup.cpp
index 6477dc4..72f6a5e 100644
--- a/knights/wiz_setup.cpp
+++ b/knights/wiz_setup.cpp
@@ -16,7 +16,7 @@
***************************************************************************/
#include <tdeglobalsettings.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kstddirs.h>
#include <tqstringlist.h>
#include <tqfile.h>