aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/qml/qmlviewer.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qml/qmlviewer.qdoc')
-rw-r--r--doc/src/qml/qmlviewer.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qml/qmlviewer.qdoc b/doc/src/qml/qmlviewer.qdoc
index 6439e95f4e..9006a053fc 100644
--- a/doc/src/qml/qmlviewer.qdoc
+++ b/doc/src/qml/qmlviewer.qdoc
@@ -160,7 +160,7 @@ QtObject { property int time: 54321 }
\endqml
To replace this with real data, you can simply bind the real data object to
-the root context in C++ using QDeclarativeContext::setContextProperty(). This
+the root context in C++ using QQmlContext::setContextProperty(). This
is detailed in \l {Using QML Bindings in C++ Applications}.
\section1 Using the \c runtime object