From 6c097e6ff1c26c8c0e0fe0d8be2442d72a16fd70 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 7 Nov 2014 22:30:02 -0600 Subject: Read from X-DocPath only --- tdeio/tests/tdesycocatest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeio/tests') 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())); } -- cgit v1.2.1