summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KProtocolInfo.java
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:02:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:02:53 -0600
commit545706afdcf29b8f584e78275452cca715e284db (patch)
treefdbfaa34f2d633372ba4ab3e46d22cf10f38b40b /kdejava/koala/org/kde/koala/KProtocolInfo.java
parent9d4971a2ffb5be9c6fc1b6d6bc74020c37fb2169 (diff)
downloadtdebindings-545706afdcf29b8f584e78275452cca715e284db.tar.gz
tdebindings-545706afdcf29b8f584e78275452cca715e284db.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
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 a9c35303..858bce91 100644
--- a/kdejava/koala/org/kde/koala/KProtocolInfo.java
+++ b/kdejava/koala/org/kde/koala/KProtocolInfo.java
@@ -13,7 +13,7 @@ import java.util.ArrayList;
KDE supports. In addition you can find out lots of information
about a certain protocol. A KProtocolInfo instance represents a
single protocol. Most of the functionality is provided by the static
- methods that scan the .protocol files of all installed kioslaves to get
+ methods that scan the .protocol files of all installed tdeioslaves to get
this information.
.protocol files are installed in the "services" resource.
@author Torben Weis <weis@kde.org>
@@ -483,7 +483,7 @@ public class KProtocolInfo extends KSycocaEntry {
*/
public static native int uriParseMode(String protocol);
/**
- Returns the list of capabilities provided by the kioslave implementing
+ Returns the list of capabilities provided by the tdeioslave implementing
this protocol.
This corresponds to the "Capabilities=" field in the protocol description file.
The capability names are not defined globally, they are up to each
@@ -491,11 +491,11 @@ public class KProtocolInfo extends KSycocaEntry {
special command for mounting, one would add the string "Mount" to the
capabilities list, and applications could check for that string
before sending a special() command that would otherwise do nothing
- on older kioslave implementations.
+ on older tdeioslave implementations.
@param protocol the protocol to check
@return the list of capabilities.
- @short Returns the list of capabilities provided by the kioslave implementing this protocol.
+ @short Returns the list of capabilities provided by the tdeioslave implementing this protocol.
*/
public static native ArrayList capabilities(String protocol);
/**