summaryrefslogtreecommitdiffstats
path: root/khelpcenter
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:06:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:06:56 +0900
commit6671b1a5d0141c7c2f07c7bc4b33977538754d94 (patch)
tree9e0dfad4f41042cd4ad6f93a40bc9bcc855811a9 /khelpcenter
parentba9bc8176e53afe3dcb1f238486b9d9696c149f3 (diff)
downloadtdebase-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.cpp2
-rw-r--r--khelpcenter/htmlsearch/htmlsearch.cpp2
-rw-r--r--khelpcenter/htmlsearch/kcmhtmlsearch.cpp2
-rw-r--r--khelpcenter/kcmhelpcenter.cpp2
-rw-r--r--khelpcenter/khc_indexbuilder.cpp2
-rw-r--r--khelpcenter/searchengine.cpp2
-rw-r--r--khelpcenter/searchhandler.cpp2
-rw-r--r--khelpcenter/toc.cpp2
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>