diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-04-08 03:21:11 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-04-08 04:20:12 (GMT) |
commit | 4e86f05efe32275117f686d6ae3b39eb0a7621af (patch) | |
tree | 0ce2179a35daf304e5f3679e73a5a5b9cecd3000 /doc/src/declarative/modules.qdoc | |
parent | 76f5e9e7d1eea8d688d5459b7b7b2bfa3f9057ed (diff) | |
download | Qt-4e86f05efe32275117f686d6ae3b39eb0a7621af.zip Qt-4e86f05efe32275117f686d6ae3b39eb0a7621af.tar.gz Qt-4e86f05efe32275117f686d6ae3b39eb0a7621af.tar.bz2 |
Replace "import Qt 4.6" with "import Qt 4.7"
Diffstat (limited to 'doc/src/declarative/modules.qdoc')
-rw-r--r-- | doc/src/declarative/modules.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/declarative/modules.qdoc b/doc/src/declarative/modules.qdoc index d476d6f..68e58fb 100644 --- a/doc/src/declarative/modules.qdoc +++ b/doc/src/declarative/modules.qdoc @@ -150,7 +150,7 @@ types to be referenced, or purely for readability. To import a module into a namespace: \code -import Qt 4.6 as TheQtLibrary +import Qt 4.7 as TheQtLibrary \endcode Types from Qt 4.6 may then be used, but only by qualifying them with the namespace: @@ -163,7 +163,7 @@ Multiple modules can be imported into the same namespace in the same way that mu modules can be imported into the global namespace: \code -import Qt 4.6 as Nokia +import Qt 4.7 as Nokia import Ovi 1.0 as Nokia \endcode |