From e0a23084af6f4a23c37418949da5761e6f5ca864 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 16 Dec 2024 11:44:43 +0900 Subject: Use tdeprocess.h instead of kprocio.h Signed-off-by: Michele Calgaro --- kttsd/libkttsd/pluginproc.h | 2 +- kttsd/plugins/festivalint/festivalintconf.cpp | 1 - kttsd/plugins/festivalint/festivalintproc.cpp | 1 + kttsd/plugins/festivalint/festivalintproc.h | 3 +-- 4 files changed, 3 insertions(+), 4 deletions(-) (limited to 'kttsd') diff --git a/kttsd/libkttsd/pluginproc.h b/kttsd/libkttsd/pluginproc.h index 307ba79..473fdd0 100644 --- a/kttsd/libkttsd/pluginproc.h +++ b/kttsd/libkttsd/pluginproc.h @@ -112,7 +112,7 @@ * If @ref supportsAsync returns False, KTTSD will run the plugin in a separate * TQThread. As a consequence, the plugin must not make use of the KDE Library, * when @ref sayText or @ref synthText is called, -* with the exception of TDEProcess and family (KProcIO, KShellProcess). +* with the exception of TDEProcess and family (TDEProcIO, KShellProcess). * This restriction comes about because the KDE Libraries make use of the * main TQt event loop, which unfortunately, runs only in the main thread. * This restriction will likely be lifted in TQt 4 and later. 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 #include #include -#include #include #include 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 #include +#include #include // 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 #include -#include - #include class TQTextCodec; +class TDEProcess; class FestivalIntProc : public PlugInProc{ TQ_OBJECT -- cgit v1.2.1