summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/SlaveBase.java
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 15:28:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 15:28:03 -0600
commitd581c9e95286acbc16b4c0edaee742e994d58d29 (patch)
tree7d9008e334d731918db91ede0cbe5c26681255ac /kdejava/koala/org/kde/koala/SlaveBase.java
parentf14b1464f6245c90aaa31843fdc069e080011932 (diff)
downloadtdebindings-d581c9e95286acbc16b4c0edaee742e994d58d29.tar.gz
tdebindings-d581c9e95286acbc16b4c0edaee742e994d58d29.zip
Finish initial rename of kio
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);
/**