summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-07-15 16:59:10 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-16 11:57:16 +0200
commit808c59c00f23109d1887022c2d9a6f4e5ecc72a4 (patch)
treef0fb541ba1aba5a00e253f4ba32909024388a031
parentf89b4649502d12b9e703566e3801873d07e605b7 (diff)
downloadqtxmlpatterns-808c59c00f23109d1887022c2d9a6f4e5ecc72a4.tar.gz
Replace qt.nokia.com by www.qt-project.org in doc snippets.
Task-number: QTBUG-32390 Change-Id: I1e08a4cd5bbefbfc5cfd5b36724089cb1d0e78a8 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
-rw-r--r--src/xmlpatterns/doc/snippets/qxmlschema/main.cpp4
-rw-r--r--src/xmlpatterns/doc/snippets/qxmlschemavalidator/main.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/xmlpatterns/doc/snippets/qxmlschema/main.cpp b/src/xmlpatterns/doc/snippets/qxmlschema/main.cpp
index 82ad79d..1d41a0f 100644
--- a/src/xmlpatterns/doc/snippets/qxmlschema/main.cpp
+++ b/src/xmlpatterns/doc/snippets/qxmlschema/main.cpp
@@ -84,8 +84,8 @@ void Schema::loadFromData() const
QByteArray data( "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
"<xsd:schema"
" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\""
- " xmlns=\"http://qt.nokia.com/xmlschematest\""
- " targetNamespace=\"http://qt.nokia.com/xmlschematest\""
+ " xmlns=\"http://www.qt-project.org/xmlschematest\""
+ " targetNamespace=\"http://www.qt-project.org/xmlschematest\""
" version=\"1.0\""
" elementFormDefault=\"qualified\">"
"</xsd:schema>" );
diff --git a/src/xmlpatterns/doc/snippets/qxmlschemavalidator/main.cpp b/src/xmlpatterns/doc/snippets/qxmlschemavalidator/main.cpp
index ed4b7d5..4de9073 100644
--- a/src/xmlpatterns/doc/snippets/qxmlschemavalidator/main.cpp
+++ b/src/xmlpatterns/doc/snippets/qxmlschemavalidator/main.cpp
@@ -108,8 +108,8 @@ QXmlSchema SchemaValidator::getSchema() const
QByteArray data("<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
"<xsd:schema"
" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\""
- " xmlns=\"http://qt.nokia.com/xmlschematest\""
- " targetNamespace=\"http://qt.nokia.com/xmlschematest\""
+ " xmlns=\"http://www.qt-project.org/xmlschematest\""
+ " targetNamespace=\"http://www.qt-project.org/xmlschematest\""
" version=\"1.0\""
" elementFormDefault=\"qualified\">"
"</xsd:schema>");