diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:06:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:06:56 +0900 |
commit | 6671b1a5d0141c7c2f07c7bc4b33977538754d94 (patch) | |
tree | 9e0dfad4f41042cd4ad6f93a40bc9bcc855811a9 /khelpcenter | |
parent | ba9bc8176e53afe3dcb1f238486b9d9696c149f3 (diff) | |
download | tdebase-6671b1a5d0141c7c2f07c7bc4b33977538754d94.tar.gz tdebase-6671b1a5d0141c7c2f07c7bc4b33977538754d94.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'khelpcenter')
-rw-r--r-- | khelpcenter/glossary.cpp | 2 | ||||
-rw-r--r-- | khelpcenter/htmlsearch/htmlsearch.cpp | 2 | ||||
-rw-r--r-- | khelpcenter/htmlsearch/kcmhtmlsearch.cpp | 2 | ||||
-rw-r--r-- | khelpcenter/kcmhelpcenter.cpp | 2 | ||||
-rw-r--r-- | khelpcenter/khc_indexbuilder.cpp | 2 | ||||
-rw-r--r-- | khelpcenter/searchengine.cpp | 2 | ||||
-rw-r--r-- | khelpcenter/searchhandler.cpp | 2 | ||||
-rw-r--r-- | khelpcenter/toc.cpp | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/khelpcenter/glossary.cpp b/khelpcenter/glossary.cpp index 8675466a6..30819d4a0 100644 --- a/khelpcenter/glossary.cpp +++ b/khelpcenter/glossary.cpp @@ -26,7 +26,7 @@ #include <kiconloader.h> #include <tdelocale.h> #include <tdemainwindow.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kstandarddirs.h> #include <kstatusbar.h> diff --git a/khelpcenter/htmlsearch/htmlsearch.cpp b/khelpcenter/htmlsearch/htmlsearch.cpp index ee8cb5bd4..72534bc6b 100644 --- a/khelpcenter/htmlsearch/htmlsearch.cpp +++ b/khelpcenter/htmlsearch/htmlsearch.cpp @@ -5,7 +5,7 @@ #include <tdeapplication.h> #include <kdebug.h> #include <kstandarddirs.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdelocale.h> #include <tdeconfig.h> diff --git a/khelpcenter/htmlsearch/kcmhtmlsearch.cpp b/khelpcenter/htmlsearch/kcmhtmlsearch.cpp index 428f56d9e..d51496cae 100644 --- a/khelpcenter/htmlsearch/kcmhtmlsearch.cpp +++ b/khelpcenter/htmlsearch/kcmhtmlsearch.cpp @@ -26,7 +26,7 @@ #include <tqcheckbox.h> #include <tqwhatsthis.h> #include <tdefiledialog.h> -#include <kprocess.h> +#include <tdeprocess.h> #include "klangcombo.h" #include <kurlrequester.h> #include <klineedit.h> diff --git a/khelpcenter/kcmhelpcenter.cpp b/khelpcenter/kcmhelpcenter.cpp index e5b2d0937..63bea1668 100644 --- a/khelpcenter/kcmhelpcenter.cpp +++ b/khelpcenter/kcmhelpcenter.cpp @@ -33,7 +33,7 @@ #include <tdeaboutdata.h> #include <kdialog.h> #include <kstandarddirs.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdeapplication.h> #include <dcopclient.h> #include <tdetempfile.h> diff --git a/khelpcenter/khc_indexbuilder.cpp b/khelpcenter/khc_indexbuilder.cpp index 0d0b4be94..b6b961785 100644 --- a/khelpcenter/khc_indexbuilder.cpp +++ b/khelpcenter/khc_indexbuilder.cpp @@ -29,7 +29,7 @@ #include <tdeuniqueapplication.h> #include <kdebug.h> #include <dcopclient.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kstandarddirs.h> #include <tdeconfig.h> diff --git a/khelpcenter/searchengine.cpp b/khelpcenter/searchengine.cpp index 6dde748a9..46ce57304 100644 --- a/khelpcenter/searchengine.cpp +++ b/khelpcenter/searchengine.cpp @@ -5,7 +5,7 @@ #include <tdeconfig.h> #include <kdebug.h> #include <kstandarddirs.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdelocale.h> #include <tdemessagebox.h> diff --git a/khelpcenter/searchhandler.cpp b/khelpcenter/searchhandler.cpp index a2eab853d..6c12660f8 100644 --- a/khelpcenter/searchhandler.cpp +++ b/khelpcenter/searchhandler.cpp @@ -25,7 +25,7 @@ #include "docentry.h" #include <kdesktopfile.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kdebug.h> #include <tdemessagebox.h> #include <tdelocale.h> diff --git a/khelpcenter/toc.cpp b/khelpcenter/toc.cpp index e1aaf10aa..4884979c0 100644 --- a/khelpcenter/toc.cpp +++ b/khelpcenter/toc.cpp @@ -23,7 +23,7 @@ #include "docentry.h" #include <kiconloader.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kstandarddirs.h> #include <kdebug.h> |