diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:35:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:35:52 +0900 |
commit | 8094b5d816d7ae0268b5451e4b8277d22428f1e4 (patch) | |
tree | ac384ec40ce591f259d7b31173033a782aae55e3 | |
parent | 90e1dc248d9929a18963fa517bd301fa5ce652f1 (diff) | |
download | knights-8094b5d816d7ae0268b5451e4b8277d22428f1e4.tar.gz knights-8094b5d816d7ae0268b5451e4b8277d22428f1e4.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | knights/io_engine.cpp | 2 | ||||
-rw-r--r-- | knights/io_internet.cpp | 2 | ||||
-rw-r--r-- | knights/wiz_setup.cpp | 2 |
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> |