summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KProcessController.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KProcessController.java')
-rw-r--r--kdejava/koala/org/kde/koala/KProcessController.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/kdejava/koala/org/kde/koala/KProcessController.java b/kdejava/koala/org/kde/koala/KProcessController.java
index d79dd9d5..d6e02651 100644
--- a/kdejava/koala/org/kde/koala/KProcessController.java
+++ b/kdejava/koala/org/kde/koala/KProcessController.java
@@ -8,22 +8,22 @@ import org.kde.qt.TQObject;
/**
- A class for internal use by KProcess only. -- Exactly one instance
+ A class for internal use by TDEProcess only. -- Exactly one instance
of this class is created by TDEApplication.
This class takes care of the actual (UNX) signal handling.
@author Christian Czezatke <e9025461@student.tuwien.ac.at>
- @short Used internally by KProcess.
+ @short Used internally by TDEProcess.
*/
-public class KProcessController extends TQObject {
- protected KProcessController(Class dummy){super((Class) null);}
+public class TDEProcessController extends TQObject {
+ protected TDEProcessController(Class dummy){super((Class) null);}
public native TQMetaObject metaObject();
public native String className();
/**
Wait for any process to exit and handle their exit without
starting an event loop.
- This function may cause KProcess to emit any of its signals.
+ This function may cause TDEProcess to emit any of its signals.
@param timeout the timeout in seconds. -1 means no timeout.
@return true if a process exited, false
if no process exited within <code>timeout</code> seconds.
@@ -47,11 +47,11 @@ public class KProcessController extends TQObject {
/**
@short
*/
- public native void addKProcess(KProcess arg1);
+ public native void addTDEProcess(TDEProcess arg1);
/**
@short
*/
- public native void removeKProcess(KProcess arg1);
+ public native void removeTDEProcess(TDEProcess arg1);
/**
@short
*/