summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-02-24 01:36:21 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-02-24 01:36:21 (GMT)
commit5f8feb8be1a90bbfe69359c658edd745141423a8 (patch)
tree3e7a949f520323312f0bc28b221bb5de68a3f88c
parentc4db93560af2f949eafe66832940d51aaf1a1874 (diff)
downloadQt-5f8feb8be1a90bbfe69359c658edd745141423a8.zip
Qt-5f8feb8be1a90bbfe69359c658edd745141423a8.tar.gz
Qt-5f8feb8be1a90bbfe69359c658edd745141423a8.tar.bz2
doc
-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 b2fd149..dfb9081 100644
--- a/doc/src/declarative/modules.qdoc
+++ b/doc/src/declarative/modules.qdoc
@@ -63,7 +63,7 @@ This makes available all types in Qt that were available in Qt 4.6, regardless o
actual version of Qt executing the QML. So even if Qt 4.7 adds a type that would conflict
with a type you defined while using 4.6, that type is not imported, so there is no conflict.
-Types defined by plugins are made using QmlModulePlugin. Installed plugins and QML files
+Types defined by plugins are made using QmlExtensionPlugin. Installed plugins and QML files
can both contribute types to the same module.