summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/SlaveInterface.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/SlaveInterface.java')
-rw-r--r--kdejava/koala/org/kde/koala/SlaveInterface.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdejava/koala/org/kde/koala/SlaveInterface.java b/kdejava/koala/org/kde/koala/SlaveInterface.java
index 7c2d14a4..fe639fba 100644
--- a/kdejava/koala/org/kde/koala/SlaveInterface.java
+++ b/kdejava/koala/org/kde/koala/SlaveInterface.java
@@ -9,11 +9,11 @@ import org.kde.qt.TQObject;
/**
There are two classes that specifies the protocol between application
- (KIO.Job) and tdeioslave. SlaveInterface is the class to use on the application
+ (TDEIO.Job) and tdeioslave. SlaveInterface is the class to use on the application
end, SlaveBase is the one to use on the slave end.
A call to foo() results in a call to slotFoo() on the other end.
See {@link SlaveInterfaceSignals} for signals emitted by SlaveInterface
- @short There are two classes that specifies the protocol between application (KIO.Job) and tdeioslave.
+ @short There are two classes that specifies the protocol between application (TDEIO.Job) and tdeioslave.
*/
public class SlaveInterface extends TQObject {