summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/tutorial1.qdoc
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-04-30 04:58:56 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-04-30 04:58:56 (GMT)
commit72afedd7fad133b390cc63fd04e3cf0cee757e2e (patch)
treed1312ea6a560299d0014869f36b39cba86428699 /doc/src/declarative/tutorial1.qdoc
parent28936246e547234f727a923d2542d92f766fb2e0 (diff)
downloadQt-72afedd7fad133b390cc63fd04e3cf0cee757e2e.zip
Qt-72afedd7fad133b390cc63fd04e3cf0cee757e2e.tar.gz
Qt-72afedd7fad133b390cc63fd04e3cf0cee757e2e.tar.bz2
Rename duiviewer to qmlviewer.
Diffstat (limited to 'doc/src/declarative/tutorial1.qdoc')
-rw-r--r--doc/src/declarative/tutorial1.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/declarative/tutorial1.qdoc b/doc/src/declarative/tutorial1.qdoc
index caadbf5..aa94c06 100644
--- a/doc/src/declarative/tutorial1.qdoc
+++ b/doc/src/declarative/tutorial1.qdoc
@@ -43,10 +43,10 @@ The \c anchors.horizontalCenter property refers to the horizontal center of an e
\section2 Viewing the example
-To view what you have created, run the duiviewer (located in the \c bin directory) with your filename as the first argument. For example, to run the provided completed Tutorial 1 example from the install location, you would type:
+To view what you have created, run the qmlviewer (located in the \c bin directory) with your filename as the first argument. For example, to run the provided completed Tutorial 1 example from the install location, you would type:
\code
-bin/duiviewer examples/tutorials/t1/tutorial1.qml
+bin/qmlviewer examples/tutorials/t1/tutorial1.qml
\endcode
[\l tutorial] [Next: \l tutorial2]