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 5a092211..7c2d14a4 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 kioslave. SlaveInterface is the class to use on the application
+ (KIO.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 kioslave.
+ @short There are two classes that specifies the protocol between application (KIO.Job) and tdeioslave.
*/
public class SlaveInterface extends TQObject {