diff options
-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> |