summaryrefslogtreecommitdiffstats
path: root/examples/xml/htmlinfo
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-08-19 09:59:57 +0200
committeraxis <qt-info@nokia.com>2009-08-19 10:02:19 +0200
commite0d00380975ffc5b0441927d88f6e966695b644c (patch)
tree89d5019a6423072cecb64be082e3221fda36d746 /examples/xml/htmlinfo
parent4b8d6db43ba41597beb348a56239c30413ac4be3 (diff)
Changed names and URLs to reflect name change.
RevBy: Trust me
Diffstat (limited to 'examples/xml/htmlinfo')
-rw-r--r--examples/xml/htmlinfo/main.cpp2
-rw-r--r--examples/xml/htmlinfo/simpleexample.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/xml/htmlinfo/main.cpp b/examples/xml/htmlinfo/main.cpp
index fa85f551f7..9831d3687e 100644
--- a/examples/xml/htmlinfo/main.cpp
+++ b/examples/xml/htmlinfo/main.cpp
@@ -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$
**
****************************************************************************/
diff --git a/examples/xml/htmlinfo/simpleexample.html b/examples/xml/htmlinfo/simpleexample.html
index 87ccf36e27..83a55cf00a 100644
--- a/examples/xml/htmlinfo/simpleexample.html
+++ b/examples/xml/htmlinfo/simpleexample.html
@@ -5,7 +5,7 @@
</head>
<body>
<p>A paragraph.</p>
- <p>A second paragraph. Check out our <a href="http://labs.trolltech.com/">developer blogs</a></p>
- <p>And the last paragraph. Or our <a href="http://doc.trolltech.com/">online documentation</a>.</p>
+ <p>A second paragraph. Check out our <a href="http://labs.qt.nokia.com/">developer blogs</a></p>
+ <p>And the last paragraph. Or our <a href="http://qt.nokia.com/doc/">online documentation</a>.</p>
</body>
</html>