summaryrefslogtreecommitdiffstats
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
parentef09a34f3a1bc5f9fb4631adf10f7067991b3220 (diff)
downloadtdeaccessibility-3e4486bcdb8d8c8bd6ceda52de3e541603c5c54f.tar.gz
tdeaccessibility-3e4486bcdb8d8c8bd6ceda52de3e541603c5c54f.zip
Use tdeprocess.hHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kbstateapplet/kbstate.cpp2
-rw-r--r--kmouth/speech.h2
-rw-r--r--ksayit/KTTSD_Lib/kttsdlibsetupimpl.h2
-rw-r--r--kttsd/filters/xmltransformer/xmltransformerproc.cpp2
-rw-r--r--kttsd/kttsd/ssmlconvert.cpp2
-rw-r--r--kttsd/libkttsd/stretcher.cpp2
-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
12 files changed, 12 insertions, 12 deletions
diff --git a/kbstateapplet/kbstate.cpp b/kbstateapplet/kbstate.cpp
index 5cd7e38..5d77137 100644
--- a/kbstateapplet/kbstate.cpp
+++ b/kbstateapplet/kbstate.cpp
@@ -35,7 +35,7 @@
#include <tdeshortcut.h>
#include <kkeynative.h>
#include <tdemacros.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include "kdeexportfix.h"
#include "kbstate.h"
#include "kbstate.moc"
diff --git a/kmouth/speech.h b/kmouth/speech.h
index 87fa3fd..5bacc1a 100644
--- a/kmouth/speech.h
+++ b/kmouth/speech.h
@@ -20,7 +20,7 @@
#include <tqobject.h>
#include <tqstring.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdetempfile.h>
/**This class is used internally by TextToSpeechSystem in order to do the actual speaking.
diff --git a/ksayit/KTTSD_Lib/kttsdlibsetupimpl.h b/ksayit/KTTSD_Lib/kttsdlibsetupimpl.h
index 7b1df15..a0cd431 100644
--- a/ksayit/KTTSD_Lib/kttsdlibsetupimpl.h
+++ b/ksayit/KTTSD_Lib/kttsdlibsetupimpl.h
@@ -15,7 +15,7 @@
// TQt includes
// KDE includes
-#include <kprocess.h>
+#include <tdeprocess.h>
// App specific includes
#include "KTTSDlibSetup.h"
diff --git a/kttsd/filters/xmltransformer/xmltransformerproc.cpp b/kttsd/filters/xmltransformer/xmltransformerproc.cpp
index b341337..a00a652 100644
--- a/kttsd/filters/xmltransformer/xmltransformerproc.cpp
+++ b/kttsd/filters/xmltransformer/xmltransformerproc.cpp
@@ -30,7 +30,7 @@
#include <tdeconfig.h>
#include <tdetempfile.h>
#include <kstandarddirs.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kdebug.h>
// KTTS includes.
diff --git a/kttsd/kttsd/ssmlconvert.cpp b/kttsd/kttsd/ssmlconvert.cpp
index 45923a1..4fb7108 100644
--- a/kttsd/kttsd/ssmlconvert.cpp
+++ b/kttsd/kttsd/ssmlconvert.cpp
@@ -29,7 +29,7 @@
// KDE includes.
#include <tdeversion.h>
#include <kstandarddirs.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdetempfile.h>
#include <kdebug.h>
diff --git a/kttsd/libkttsd/stretcher.cpp b/kttsd/libkttsd/stretcher.cpp
index ccc3565..8930114 100644
--- a/kttsd/libkttsd/stretcher.cpp
+++ b/kttsd/libkttsd/stretcher.cpp
@@ -24,7 +24,7 @@
******************************************************************************/
// KDE includes.
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kdebug.h>
// Stretcher includes.
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"