summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/qml-intro/hello-world2.qml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/snippets/declarative/qml-intro/hello-world2.qml')
-rw-r--r--doc/src/snippets/declarative/qml-intro/hello-world2.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/snippets/declarative/qml-intro/hello-world2.qml b/doc/src/snippets/declarative/qml-intro/hello-world2.qml
index c537528..98f04ec 100644
--- a/doc/src/snippets/declarative/qml-intro/hello-world2.qml
+++ b/doc/src/snippets/declarative/qml-intro/hello-world2.qml
@@ -38,7 +38,7 @@
**
****************************************************************************/
-import Qt 4.7
+import QtQuick 1.0
Rectangle {
id: myRectangle