summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/textdocument-tables
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-08-11 17:40:03 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2009-08-11 17:40:03 +1000
commita958ab9c98481100870a87ee07b8e0abddbfc804 (patch)
treee8d5c8f4e5b6b33942af6fac748e7fa9feef8d9c /doc/src/snippets/textdocument-tables
parent411991d0e6a04085d9f8379ceccce337c5b6e818 (diff)
Qt's domain name is now qt.nokia.com.
Reviewed-by: Trust Me
Diffstat (limited to 'doc/src/snippets/textdocument-tables')
-rw-r--r--doc/src/snippets/textdocument-tables/xmlwriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/snippets/textdocument-tables/xmlwriter.cpp b/doc/src/snippets/textdocument-tables/xmlwriter.cpp
index b96d3c3b79..803461bc26 100644
--- a/doc/src/snippets/textdocument-tables/xmlwriter.cpp
+++ b/doc/src/snippets/textdocument-tables/xmlwriter.cpp
@@ -47,7 +47,7 @@ QDomDocument *XmlWriter::toXml()
{
QDomImplementation implementation;
QDomDocumentType docType = implementation.createDocumentType(
- "scribe-document", "scribe", "qtsoftware.com/scribe");
+ "scribe-document", "scribe", "qt,nokia.com/scribe");
document = new QDomDocument(docType);