summaryrefslogtreecommitdiffstats
path: root/tdeio/tests
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-07 22:30:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-07 22:30:02 -0600
commit6c097e6ff1c26c8c0e0fe0d8be2442d72a16fd70 (patch)
treec6627fbf229a57adb1235bf2e271756fd696b678 /tdeio/tests
parentd89a7e4c97333186cad06920762e91e49303cb94 (diff)
downloadtdelibs-6c097e6ff1c26c8c0e0fe0d8be2442d72a16fd70.tar.gz
tdelibs-6c097e6ff1c26c8c0e0fe0d8be2442d72a16fd70.zip
Read from X-DocPath only
Diffstat (limited to 'tdeio/tests')
-rw-r--r--tdeio/tests/tdesycocatest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tests/tdesycocatest.cpp b/tdeio/tests/tdesycocatest.cpp
index 719d90da8..67b6b55ba 100644
--- a/tdeio/tests/tdesycocatest.cpp
+++ b/tdeio/tests/tdesycocatest.cpp
@@ -129,7 +129,7 @@ int main(int argc, char *argv[])
{
debug("Found it !");
debug(TQString("Comment is %1").arg(se->comment()));
- TQVariant qv = se->property("DocPath");
+ TQVariant qv = se->property("X-DocPath");
debug(TQString("Property type is %1").arg(qv.typeName()));
debug(TQString("Property value is %1").arg(qv.toString()));
}