diff options
Diffstat (limited to 'tdejava/koala/org/trinitydesktop')
-rw-r--r-- | tdejava/koala/org/trinitydesktop/koala/TDEProcess.java | 4 |
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 |