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/kprotocolinfo_tdecore.cpp | |
| parent | d89a7e4c97333186cad06920762e91e49303cb94 (diff) | |
| download | tdelibs-6c097e6f.tar.gz tdelibs-6c097e6f.zip | |
Read from X-DocPath only
Diffstat (limited to 'tdecore/kprotocolinfo_tdecore.cpp')
| -rw-r--r-- | tdecore/kprotocolinfo_tdecore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kprotocolinfo_tdecore.cpp b/tdecore/kprotocolinfo_tdecore.cpp index 86a9a6fcc..4377ec9ce 100644 --- a/tdecore/kprotocolinfo_tdecore.cpp +++ b/tdecore/kprotocolinfo_tdecore.cpp @@ -105,7 +105,7 @@ KProtocolInfo::KProtocolInfo(const TQString &path) else m_outputType = KProtocolInfo::T_NONE; - d->docPath = config.readPathEntry( "DocPath" ); + d->docPath = config.readPathEntry( "X-DocPath" ); d->protClass = config.readEntry( "Class" ).lower(); if (d->protClass[0] != ':') d->protClass.prepend(':'); |
