diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:00:39 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:00:39 -0500 |
commit | 512e084ba430fc99f46b85201121af8af9ef86f1 (patch) | |
tree | 98861c76daf20e325d284317124818b8df0d8615 /quanta/utility | |
parent | 29727c2be6f39057f234da7250470ad25bcd5ea8 (diff) | |
download | tdewebdev-512e084ba430fc99f46b85201121af8af9ef86f1.tar.gz tdewebdev-512e084ba430fc99f46b85201121af8af9ef86f1.zip |
Update XDG information in support of bug report 892.
Diffstat (limited to 'quanta/utility')
-rw-r--r-- | quanta/utility/quantacommon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/utility/quantacommon.cpp b/quanta/utility/quantacommon.cpp index 7eb8402d..4a1d61f5 100644 --- a/quanta/utility/quantacommon.cpp +++ b/quanta/utility/quantacommon.cpp @@ -327,7 +327,7 @@ bool QuantaCommon::checkMimeGroup(const KURL& url, const TQString& group) status = true; } else { - TQVariant v = mime->property("X-KDE-text"); + TQVariant v = mime->property("X-TDE-text"); if (v.isValid()) status = v.toBool(); } |