diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:47:29 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:47:29 +0900 |
commit | 08c9aa58e337095b3b235b8a1f4f10dda7c1f438 (patch) | |
tree | 27f6fd98c2a7bd4eb32eec9f3879b5fceb94c0b3 /src | |
parent | b9659f719ff36f8dabbdd3abe3645767349375ed (diff) | |
download | tellico-08c9aa58e337095b3b235b8a1f4f10dda7c1f438.tar.gz tellico-08c9aa58e337095b3b235b8a1f4f10dda7c1f438.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r-- | src/fetch/execexternalfetcher.cpp | 2 | ||||
-rw-r--r-- | src/fetch/gcstarpluginfetcher.cpp | 2 | ||||
-rw-r--r-- | src/translators/griffithimporter.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/fetch/execexternalfetcher.cpp b/src/fetch/execexternalfetcher.cpp index 26f9c2d..9bf7b1c 100644 --- a/src/fetch/execexternalfetcher.cpp +++ b/src/fetch/execexternalfetcher.cpp @@ -27,7 +27,7 @@ #include <tdelocale.h> #include <tdeconfig.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kurlrequester.h> #include <tdeaccelmanager.h> diff --git a/src/fetch/gcstarpluginfetcher.cpp b/src/fetch/gcstarpluginfetcher.cpp index e5f7212..fa37de7 100644 --- a/src/fetch/gcstarpluginfetcher.cpp +++ b/src/fetch/gcstarpluginfetcher.cpp @@ -26,7 +26,7 @@ #include "../tellico_utils.h" #include <tdeconfig.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kprocio.h> #include <kstandarddirs.h> #include <tdeaccelmanager.h> diff --git a/src/translators/griffithimporter.cpp b/src/translators/griffithimporter.cpp index 64b5558..a7d5ecd 100644 --- a/src/translators/griffithimporter.cpp +++ b/src/translators/griffithimporter.cpp @@ -18,7 +18,7 @@ #include <tdeglobal.h> #include <kstandarddirs.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tqdir.h> #include <tqfile.h> |