Fix up remaining references to DocPath

pull/1/head r14.0.0
Timothy Pearson 10 years ago
parent 46d4776b32
commit a299363fb5

@ -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();
/**

@ -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

Loading…
Cancel
Save