summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/qxmlschemavalidator/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/snippets/qxmlschemavalidator/main.cpp')
-rw-r--r--doc/src/snippets/qxmlschemavalidator/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/snippets/qxmlschemavalidator/main.cpp b/doc/src/snippets/qxmlschemavalidator/main.cpp
index 581f40ffa..a4de7f4fa 100644
--- a/doc/src/snippets/qxmlschemavalidator/main.cpp
+++ b/doc/src/snippets/qxmlschemavalidator/main.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: Qt Software Information (qt-info@nokia.com)
+** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the documentation of the Qt Toolkit.
**
@@ -34,7 +34,7 @@
** met: http://www.gnu.org/copyleft/gpl.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at http://www.qtsoftware.com/contact.
+** contact the sales department at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
@@ -109,8 +109,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://www.qtsoftware.com/xmlschematest\""
- " targetNamespace=\"http://www.qtsoftware.com/xmlschematest\""
+ " xmlns=\"http://qt.nokia.com/xmlschematest\""
+ " targetNamespace=\"http://qt.nokia.com/xmlschematest\""
" version=\"1.0\""
" elementFormDefault=\"qualified\">"
"</xsd:schema>");