summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/SlaveBase.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/SlaveBase.java')
-rw-r--r--kdejava/koala/org/kde/koala/SlaveBase.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdejava/koala/org/kde/koala/SlaveBase.java b/kdejava/koala/org/kde/koala/SlaveBase.java
index 0eb4012b..238b1641 100644
--- a/kdejava/koala/org/kde/koala/SlaveBase.java
+++ b/kdejava/koala/org/kde/koala/SlaveBase.java
@@ -384,11 +384,11 @@ public class SlaveBase implements QtSupport {
public native void del(KURL url, boolean isfile);
/**
Used for any command that is specific to this slave (protocol)
- Examples are : HTTP POST, mount and unmount (kio_file)
+ Examples are : HTTP POST, mount and unmount (tdeio_file)
@param data packed data; the meaning is completely dependent on the
slave, but usually starts with an int for the command number.
Document your slave's commands, at least in its header file.
- @short Used for any command that is specific to this slave (protocol) Examples are : HTTP POST, mount and unmount (kio_file)
+ @short Used for any command that is specific to this slave (protocol) Examples are : HTTP POST, mount and unmount (tdeio_file)
*/
public native void special(byte[] data);
/**