From 545706afdcf29b8f584e78275452cca715e284db Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:02:53 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- kdejava/koala/org/kde/koala/KProtocolInfo.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kdejava/koala/org/kde/koala/KProtocolInfo.java') 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 @@ -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); /** -- cgit v1.2.3