summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2013-01-25 19:38:32 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-26 00:37:45 +0100
commit4c5311698427746772df628d26689a44484bb879 (patch)
treebbe7abd5feedb9a017a35b470e73bd9096036c1e /examples
parent8ce0f65e1abf3b0b9a1684dac3a32cd0b03ffc3c (diff)
downloadqtsvg-4c5311698427746772df628d26689a44484bb879.tar.gz
Doc: Fix module name format
Follow the conventions at http://qt-project.org/wiki/Spelling_Module_Names_in_Qt_Documentation Change-Id: Iec74520d922bf87241eca8e12698ed3fbff84367 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/svg/svggenerator/doc/src/svggenerator.qdoc2
-rw-r--r--examples/svg/svgviewer/doc/src/svgviewer.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/svg/svggenerator/doc/src/svggenerator.qdoc b/examples/svg/svggenerator/doc/src/svggenerator.qdoc
index 9fa13fb..89ac9d5 100644
--- a/examples/svg/svggenerator/doc/src/svggenerator.qdoc
+++ b/examples/svg/svggenerator/doc/src/svggenerator.qdoc
@@ -117,6 +117,6 @@
application, and can be used to show the contents of SVG files created
by this example.
- See the QtSvg module documentation for more information about SVG and Qt's
+ See the Qt SVG module documentation for more information about SVG and Qt's
SVG classes.
*/
diff --git a/examples/svg/svgviewer/doc/src/svgviewer.qdoc b/examples/svg/svgviewer/doc/src/svgviewer.qdoc
index 5ced883..b1da95d 100644
--- a/examples/svg/svgviewer/doc/src/svgviewer.qdoc
+++ b/examples/svg/svgviewer/doc/src/svgviewer.qdoc
@@ -42,5 +42,5 @@
a QImage. This allows testing of drawing accuracy and performance for both the
native, raster, and OpenGL paint engines.
- See the QtSvg module documentation for more information about SVG and Qt's SVG classes.
+ See the Qt SVG module documentation for more information about SVG and Qt's SVG classes.
*/