summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KProtocolInfo.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/KProtocolInfo.java
parentf14b1464f6245c90aaa31843fdc069e080011932 (diff)
downloadtdebindings-d581c9e95286acbc16b4c0edaee742e994d58d29.tar.gz
tdebindings-d581c9e95286acbc16b4c0edaee742e994d58d29.zip
Finish initial rename of kio
Diffstat (limited to 'kdejava/koala/org/kde/koala/KProtocolInfo.java')
-rw-r--r--kdejava/koala/org/kde/koala/KProtocolInfo.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdejava/koala/org/kde/koala/KProtocolInfo.java b/kdejava/koala/org/kde/koala/KProtocolInfo.java
index 858bce91..01f0913b 100644
--- a/kdejava/koala/org/kde/koala/KProtocolInfo.java
+++ b/kdejava/koala/org/kde/koala/KProtocolInfo.java
@@ -100,14 +100,14 @@ public class KProtocolInfo extends KSycocaEntry {
public static native boolean isKnownProtocol(String protocol);
/**
Returns the library / executable to open for the protocol <code>protocol</code>
- Example : "kio_ftp", meaning either the executable "kio_ftp" or
- the library "kio_ftp.la" (recommended), whichever is available.
+ Example : "tdeio_ftp", meaning either the executable "tdeio_ftp" or
+ the library "tdeio_ftp.la" (recommended), whichever is available.
This corresponds to the "exec=" field in the protocol description file.
@param protocol the protocol to check
@return the executable of library to open, or null for
unsupported protocols
- @short Returns the library / executable to open for the protocol <code>protocol</code> Example : "kio_ftp", meaning either the executable "kio_ftp" or the library "kio_ftp.
+ @short Returns the library / executable to open for the protocol <code>protocol</code> Example : "tdeio_ftp", meaning either the executable "tdeio_ftp" or the library "tdeio_ftp.
@see KURL#protocol
*/
public static native String exec(String protocol);
@@ -355,7 +355,7 @@ public class KProtocolInfo extends KSycocaEntry {
copying a file or directory to another directory. By default the destination
filename is made out of the filename in the source URL. However if the
ioslave displays names that are different from the filename of the URL
- (e.g. kio_fonts shows Arial for arial.ttf, or kio_trash shows foo.txt and
+ (e.g. tdeio_fonts shows Arial for arial.ttf, or tdeio_trash shows foo.txt and
uses some internal URL), using Name means that the display name (UDS_NAME)
will be used to as the filename in the destination directory.
This corresponds to the "fileNameUsedForCopying=" field in the protocol description file.