diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-07 22:30:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-07 22:30:02 -0600 |
commit | 6c097e6ff1c26c8c0e0fe0d8be2442d72a16fd70 (patch) | |
tree | c6627fbf229a57adb1235bf2e271756fd696b678 /tdecore/kdesktopfile.h | |
parent | d89a7e4c97333186cad06920762e91e49303cb94 (diff) | |
download | tdelibs-6c097e6ff1c26c8c0e0fe0d8be2442d72a16fd70.tar.gz tdelibs-6c097e6ff1c26c8c0e0fe0d8be2442d72a16fd70.zip |
Read from X-DocPath only
Diffstat (limited to 'tdecore/kdesktopfile.h')
-rw-r--r-- | tdecore/kdesktopfile.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tdecore/kdesktopfile.h b/tdecore/kdesktopfile.h index 60e9fc096..cfdc5488c 100644 --- a/tdecore/kdesktopfile.h +++ b/tdecore/kdesktopfile.h @@ -200,10 +200,8 @@ public: TQString resource() const; /** - * 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. * @since 3.1 */ TQString readDocPath() const; |