diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:08:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:08:16 +0900 |
commit | 2aa402ea78930053854ed9468d7557b15d563713 (patch) | |
tree | 45043cb597bf2494d5afc6a754181b110da1db40 /akregator/src | |
parent | 74926683f153c10d642dd7b330e90d1518ccd088 (diff) | |
download | tdepim-2aa402ea78930053854ed9468d7557b15d563713.tar.gz tdepim-2aa402ea78930053854ed9468d7557b15d563713.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'akregator/src')
-rw-r--r-- | akregator/src/akregator_view.cpp | 2 | ||||
-rw-r--r-- | akregator/src/articleviewer.cpp | 2 | ||||
-rw-r--r-- | akregator/src/librss/loader.cpp | 2 | ||||
-rw-r--r-- | akregator/src/viewer.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/akregator/src/akregator_view.cpp b/akregator/src/akregator_view.cpp index bcda5d16..e3b0d4b5 100644 --- a/akregator/src/akregator_view.cpp +++ b/akregator/src/akregator_view.cpp @@ -76,7 +76,7 @@ #include <tdelocale.h> #include <tdemessagebox.h> #include <kpassdlg.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <krun.h> #include <kshell.h> #include <kstandarddirs.h> diff --git a/akregator/src/articleviewer.cpp b/akregator/src/articleviewer.cpp index 8da54096..073a638f 100644 --- a/akregator/src/articleviewer.cpp +++ b/akregator/src/articleviewer.cpp @@ -33,7 +33,7 @@ #include <tdeglobalsettings.h> #include <tdehtmlview.h> #include <tdelocale.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <krun.h> #include <kstandarddirs.h> #include <kshell.h> diff --git a/akregator/src/librss/loader.cpp b/akregator/src/librss/loader.cpp index 5cc6aa22..75dd22fd 100644 --- a/akregator/src/librss/loader.cpp +++ b/akregator/src/librss/loader.cpp @@ -13,7 +13,7 @@ #include "feeddetector.h" #include <tdeio/job.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kstaticdeleter.h> #include <kurl.h> #include <kdebug.h> diff --git a/akregator/src/viewer.cpp b/akregator/src/viewer.cpp index 603f4efc..f5d326e9 100644 --- a/akregator/src/viewer.cpp +++ b/akregator/src/viewer.cpp @@ -31,7 +31,7 @@ #include <tdelocale.h> #include <tdemessagebox.h> #include <tdepopupmenu.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <krun.h> #include <kshell.h> #include <kurl.h> |