summaryrefslogtreecommitdiffstats
path: root/tdejava/koala/org/trinitydesktop
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:07:08 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:07:08 +0900
commit4948733f211e3ac6d9cab6ac7b6b9fc44b683c66 (patch)
tree5b23a55687a7485fd5ff08d51a3c730d6d62103a /tdejava/koala/org/trinitydesktop
parent997dbd41f19fd0f950595b106b37abce6326a328 (diff)
downloadtdebindings-4948733f211e3ac6d9cab6ac7b6b9fc44b683c66.tar.gz
tdebindings-4948733f211e3ac6d9cab6ac7b6b9fc44b683c66.zip
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdejava/koala/org/trinitydesktop')
-rw-r--r--tdejava/koala/org/trinitydesktop/koala/TDEProcess.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdejava/koala/org/trinitydesktop/koala/TDEProcess.java b/tdejava/koala/org/trinitydesktop/koala/TDEProcess.java
index bf5d438f..ccc5ff86 100644
--- a/tdejava/koala/org/trinitydesktop/koala/TDEProcess.java
+++ b/tdejava/koala/org/trinitydesktop/koala/TDEProcess.java
@@ -516,7 +516,7 @@ public class TDEProcess extends TQObject {
outnot and errnot and connect their Qt signals to the respective
TDEProcess slots.
For a more detailed explanation, it is best to have a look at the default
- implementation in kprocess.cpp.
+ implementation in tdeprocess.cpp.
@short Called right after a (successful) fork() on the parent side.
*/
protected native int commSetupDoneP();
@@ -538,7 +538,7 @@ public class TDEProcess extends TQObject {
/**
Cleans up the communication links to the child after it has exited.
This function should act upon the values of pid() and runs.
- See the kprocess.cpp source for details.
+ See the tdeprocess.cpp source for details.
<li>
If pid() returns zero, the communication links should be closed