summaryrefslogtreecommitdiffstats
path: root/tdecore/README.exec
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-15 22:06:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-15 22:06:44 +0900
commitaf644c020106e7096d4fe9c648f25eede98c972f (patch)
treee20b7c4bc22bca994e80e6a798313b5800efce21 /tdecore/README.exec
parenta876c10e905fa357d43de03cf0fcb922cac9e4d5 (diff)
downloadtdelibs-af644c020106e7096d4fe9c648f25eede98c972f.tar.gz
tdelibs-af644c020106e7096d4fe9c648f25eede98c972f.zip
Rename class KProcIO to TDEProcIOHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore/README.exec')
-rw-r--r--tdecore/README.exec4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/README.exec b/tdecore/README.exec
index d47c808e9..6ddf1aef4 100644
--- a/tdecore/README.exec
+++ b/tdecore/README.exec
@@ -16,9 +16,9 @@ child of your process, e.g. because you want to catch stdout/stderr or need
to send it data via stdin. You should never use this to start other KDE
applications unless your application is called kgdb :-) If you need to
send/receive text like data to/from the process, you are probably better
-off with KProcIO
+off with TDEProcIO
-3. KProcIO
+3. TDEProcIO
Like TDEProcess. Unlike TDEProcess, this class actually makes it easy to
send data to and receive data from the process.