summaryrefslogtreecommitdiffstats
path: root/kttsd/plugins
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:06:18 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:06:18 +0900
commit3e4486bcdb8d8c8bd6ceda52de3e541603c5c54f (patch)
tree9e17e9c86ba43100a6172bc1f141aa2d34c9f1c1 /kttsd/plugins
parentef09a34f3a1bc5f9fb4631adf10f7067991b3220 (diff)
downloadtdeaccessibility-3e4486bcdb8d8c8bd6ceda52de3e541603c5c54f.tar.gz
tdeaccessibility-3e4486bcdb8d8c8bd6ceda52de3e541603c5c54f.zip
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kttsd/plugins')
-rw-r--r--kttsd/plugins/command/commandproc.cpp2
-rw-r--r--kttsd/plugins/epos/eposproc.cpp2
-rw-r--r--kttsd/plugins/festivalint/festivalintproc.h2
-rw-r--r--kttsd/plugins/flite/fliteproc.cpp2
-rw-r--r--kttsd/plugins/freetts/freettsproc.cpp2
-rw-r--r--kttsd/plugins/hadifix/hadifixproc.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/kttsd/plugins/command/commandproc.cpp b/kttsd/plugins/command/commandproc.cpp
index e0f04ec..eba5990 100644
--- a/kttsd/plugins/command/commandproc.cpp
+++ b/kttsd/plugins/command/commandproc.cpp
@@ -27,7 +27,7 @@
// KDE includes.
#include <kdebug.h>
#include <tdeconfig.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdetempfile.h>
#include <kstandarddirs.h>
diff --git a/kttsd/plugins/epos/eposproc.cpp b/kttsd/plugins/epos/eposproc.cpp
index 27d96f0..c24e5a3 100644
--- a/kttsd/plugins/epos/eposproc.cpp
+++ b/kttsd/plugins/epos/eposproc.cpp
@@ -36,7 +36,7 @@
#include <tdeconfig.h>
#include <tdetempfile.h>
#include <kstandarddirs.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
// Epos Plugin includes.
#include "eposproc.h"
diff --git a/kttsd/plugins/festivalint/festivalintproc.h b/kttsd/plugins/festivalint/festivalintproc.h
index f4d0e25..c1438a6 100644
--- a/kttsd/plugins/festivalint/festivalintproc.h
+++ b/kttsd/plugins/festivalint/festivalintproc.h
@@ -27,7 +27,7 @@
#include <tqstringlist.h>
#include <tqmutex.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <pluginproc.h>
diff --git a/kttsd/plugins/flite/fliteproc.cpp b/kttsd/plugins/flite/fliteproc.cpp
index 269290f..a599dda 100644
--- a/kttsd/plugins/flite/fliteproc.cpp
+++ b/kttsd/plugins/flite/fliteproc.cpp
@@ -29,7 +29,7 @@
#include <kdebug.h>
#include <tdeconfig.h>
#include <kstandarddirs.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
// Flite Plugin includes.
#include "fliteproc.h"
diff --git a/kttsd/plugins/freetts/freettsproc.cpp b/kttsd/plugins/freetts/freettsproc.cpp
index 3d5efdb..c9f9ef0 100644
--- a/kttsd/plugins/freetts/freettsproc.cpp
+++ b/kttsd/plugins/freetts/freettsproc.cpp
@@ -22,7 +22,7 @@
#include <kdebug.h>
#include <tdeconfig.h>
#include <kstandarddirs.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include "freettsproc.h"
diff --git a/kttsd/plugins/hadifix/hadifixproc.cpp b/kttsd/plugins/hadifix/hadifixproc.cpp
index 51b1d24..6bd2452 100644
--- a/kttsd/plugins/hadifix/hadifixproc.cpp
+++ b/kttsd/plugins/hadifix/hadifixproc.cpp
@@ -22,7 +22,7 @@
#include <kdebug.h>
#include <tdeconfig.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kstandarddirs.h>
#include "hadifixproc.h"