summaryrefslogtreecommitdiff
path: root/doc/src/declarative/modules.qdoc
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-04-09 15:57:14 +1000
committerBea Lam <bea.lam@nokia.com>2010-04-09 16:02:29 +1000
commitf8b02638aac881619442423b0e633740cc39ecf2 (patch)
treed473d42b1cffbb34d286c5abbc66a1dfefa29cbb /doc/src/declarative/modules.qdoc
parent79e4a9e9f47cc218c13cabba43c0f806d72cc84a (diff)
downloadqt4-tools-f8b02638aac881619442423b0e633740cc39ecf2.tar.gz
Doc fixes
Diffstat (limited to 'doc/src/declarative/modules.qdoc')
-rw-r--r--doc/src/declarative/modules.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/modules.qdoc b/doc/src/declarative/modules.qdoc
index 0e332d443b..0c69930e71 100644
--- a/doc/src/declarative/modules.qdoc
+++ b/doc/src/declarative/modules.qdoc
@@ -158,7 +158,7 @@ To import a module into a namespace:
import Qt 4.7 as TheQtLibrary
\endcode
-Types from Qt 4.6 may then be used, but only by qualifying them with the namespace:
+Types from the Qt 4.7 module may then be used, but only by qualifying them with the namespace:
\code
TheQtLibrary.Rectangle { ... }