summaryrefslogtreecommitdiff
path: root/doc/src/snippets/qxmlstreamwriter/main.cpp
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-06-16 22:28:19 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2009-06-16 22:37:09 +1000
commitbc0ad71e4d197c594e86cb2a1c27b5008a40f3b4 (patch)
tree1e412b5f831a77043a75205d0dc6bc7cc09b1c90 /doc/src/snippets/qxmlstreamwriter/main.cpp
parent858c70f768eeb2d65cefd4115f4e9089b588b2d0 (diff)
downloadqt4-tools-bc0ad71e4d197c594e86cb2a1c27b5008a40f3b4.tar.gz
Cleanup our usage of the term "Qt Software".
Reviewed-by: Trust Me
Diffstat (limited to 'doc/src/snippets/qxmlstreamwriter/main.cpp')
-rw-r--r--doc/src/snippets/qxmlstreamwriter/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/snippets/qxmlstreamwriter/main.cpp b/doc/src/snippets/qxmlstreamwriter/main.cpp
index 56ff3d60d9..3d0f981dc8 100644
--- a/doc/src/snippets/qxmlstreamwriter/main.cpp
+++ b/doc/src/snippets/qxmlstreamwriter/main.cpp
@@ -63,7 +63,7 @@ int main(int argc, char *argv[])
//! [write element]
stream.writeStartElement("bookmark");
stream.writeAttribute("href", "http://www.qtsoftware.com/");
- stream.writeTextElement("title", "Qt Software");
+ stream.writeTextElement("title", "Qt Home");
stream.writeEndElement(); // bookmark
//! [write element]
stream.writeEndElement(); // folder