summaryrefslogtreecommitdiffstats
path: root/kttsd/plugins
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-16 11:44:43 +0900
committerMichele Calgaro <[email protected]>2024-12-16 12:59:54 +0900
commite0a23084af6f4a23c37418949da5761e6f5ca864 (patch)
treeb60b0e0d41d9b3b59a1f29f6480b315663ca6c58 /kttsd/plugins
parent3e4486bcdb8d8c8bd6ceda52de3e541603c5c54f (diff)
downloadtdeaccessibility-e0a23084af6f4a23c37418949da5761e6f5ca864.tar.gz
tdeaccessibility-e0a23084af6f4a23c37418949da5761e6f5ca864.zip
Use tdeprocess.h instead of kprocio.hHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kttsd/plugins')
-rw-r--r--kttsd/plugins/festivalint/festivalintconf.cpp1
-rw-r--r--kttsd/plugins/festivalint/festivalintproc.cpp1
-rw-r--r--kttsd/plugins/festivalint/festivalintproc.h3
3 files changed, 2 insertions, 3 deletions
diff --git a/kttsd/plugins/festivalint/festivalintconf.cpp b/kttsd/plugins/festivalint/festivalintconf.cpp
index 81e346c..a541eef 100644
--- a/kttsd/plugins/festivalint/festivalintconf.cpp
+++ b/kttsd/plugins/festivalint/festivalintconf.cpp
@@ -44,7 +44,6 @@
#include <tdetempfile.h>
#include <kstandarddirs.h>
#include <knuminput.h>
-#include <kprocio.h>
#include <kprogress.h>
#include <kiconloader.h>
diff --git a/kttsd/plugins/festivalint/festivalintproc.cpp b/kttsd/plugins/festivalint/festivalintproc.cpp
index da5e71b..e223b2f 100644
--- a/kttsd/plugins/festivalint/festivalintproc.cpp
+++ b/kttsd/plugins/festivalint/festivalintproc.cpp
@@ -33,6 +33,7 @@
// KDE includes.
#include <kdebug.h>
#include <tdeconfig.h>
+#include <tdeprocess.h>
#include <kstandarddirs.h>
// KTTS includes.
diff --git a/kttsd/plugins/festivalint/festivalintproc.h b/kttsd/plugins/festivalint/festivalintproc.h
index c1438a6..60601a1 100644
--- a/kttsd/plugins/festivalint/festivalintproc.h
+++ b/kttsd/plugins/festivalint/festivalintproc.h
@@ -27,11 +27,10 @@
#include <tqstringlist.h>
#include <tqmutex.h>
-#include <tdeprocess.h>
-
#include <pluginproc.h>
class TQTextCodec;
+class TDEProcess;
class FestivalIntProc : public PlugInProc{
TQ_OBJECT