diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-04-09 05:57:14 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-04-09 06:02:29 (GMT) |
commit | f8b02638aac881619442423b0e633740cc39ecf2 (patch) | |
tree | d473d42b1cffbb34d286c5abbc66a1dfefa29cbb /doc/src/declarative/modules.qdoc | |
parent | 79e4a9e9f47cc218c13cabba43c0f806d72cc84a (diff) | |
download | Qt-f8b02638aac881619442423b0e633740cc39ecf2.zip Qt-f8b02638aac881619442423b0e633740cc39ecf2.tar.gz Qt-f8b02638aac881619442423b0e633740cc39ecf2.tar.bz2 |
Doc fixes
Diffstat (limited to 'doc/src/declarative/modules.qdoc')
-rw-r--r-- | doc/src/declarative/modules.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/modules.qdoc b/doc/src/declarative/modules.qdoc index 0e332d4..0c69930 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 { ... } |