aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/qml/qtbinding.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qml/qtbinding.qdoc')
-rw-r--r--doc/src/qml/qtbinding.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qml/qtbinding.qdoc b/doc/src/qml/qtbinding.qdoc
index b480d1292f..d8dd66bded 100644
--- a/doc/src/qml/qtbinding.qdoc
+++ b/doc/src/qml/qtbinding.qdoc
@@ -43,7 +43,7 @@ You may want to mix QML and C++ for a number of reasons. For example:
\li To use functionality defined in a C++ source (for example, when using a C++ Qt-based data model, or
calling functions in a third-party C++ library)
\li To access functionality in the Qt Declarative module (for example, to dynamically generate
-images using QQmlImageProvider)
+images using QQuickImageProvider)
\li To write your own QML elements (whether for your applications, or for distribution to others)
\endlist