summaryrefslogtreecommitdiffstats
path: root/kttsd/libkttsd/pluginproc.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-16 11:44:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-16 12:59:54 +0900
commite0a23084af6f4a23c37418949da5761e6f5ca864 (patch)
treeb60b0e0d41d9b3b59a1f29f6480b315663ca6c58 /kttsd/libkttsd/pluginproc.h
parent3e4486bcdb8d8c8bd6ceda52de3e541603c5c54f (diff)
downloadtdeaccessibility-e0a23084af6f4a23c37418949da5761e6f5ca864.tar.gz
tdeaccessibility-e0a23084af6f4a23c37418949da5761e6f5ca864.zip
Use tdeprocess.h instead of kprocio.hHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kttsd/libkttsd/pluginproc.h')
-rw-r--r--kttsd/libkttsd/pluginproc.h2
1 files changed, 1 insertions, 1 deletions
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.