summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tdejava/koala/org/trinitydesktop/koala/KDesktopFile.java8
-rw-r--r--tdejava/koala/org/trinitydesktop/koala/KProtocolInfo.java2
2 files changed, 4 insertions, 6 deletions
diff --git a/tdejava/koala/org/trinitydesktop/koala/KDesktopFile.java b/tdejava/koala/org/trinitydesktop/koala/KDesktopFile.java
index 84dfcdd3..2aaf9525 100644
--- a/tdejava/koala/org/trinitydesktop/koala/KDesktopFile.java
+++ b/tdejava/koala/org/trinitydesktop/koala/KDesktopFile.java
@@ -176,12 +176,10 @@ public class KDesktopFile extends TDEConfig {
*/
public native String resource();
/**
- Returns the value of the "X-DocPath=" Or "DocPath=" entry.
- X-DocPath should be used and DocPath is depreciated and will
- one day be not supported.
- @return The value of the "X-DocPath=" Or "DocPath=" entry.
+ Returns the value of the "X-DocPath=" entry.
+ @return The value of the "X-DocPath=" entry.
- @short Returns the value of the "X-DocPath=" Or "DocPath=" entry.
+ @short Returns the value of the "X-DocPath=" entry.
*/
public native String readDocPath();
/**
diff --git a/tdejava/koala/org/trinitydesktop/koala/KProtocolInfo.java b/tdejava/koala/org/trinitydesktop/koala/KProtocolInfo.java
index eccf1767..1a1c82e1 100644
--- a/tdejava/koala/org/trinitydesktop/koala/KProtocolInfo.java
+++ b/tdejava/koala/org/trinitydesktop/koala/KProtocolInfo.java
@@ -423,7 +423,7 @@ public class KProtocolInfo extends KSycocaEntry {
public static native boolean determineMimetypeFromExtension(String protocol);
/**
Returns the documentation path for the specified protocol.
- This corresponds to the "DocPath=" field in the protocol description file.
+ This corresponds to the "X-DocPath=" field in the protocol description file.
@param protocol the protocol to check
@return the docpath of the protocol, or null if unknown