summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/smoothedanimation.qml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/snippets/declarative/smoothedanimation.qml')
-rw-r--r--doc/src/snippets/declarative/smoothedanimation.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/snippets/declarative/smoothedanimation.qml b/doc/src/snippets/declarative/smoothedanimation.qml
index 20c90b5..06e1555 100644
--- a/doc/src/snippets/declarative/smoothedanimation.qml
+++ b/doc/src/snippets/declarative/smoothedanimation.qml
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtDeclarative module of the Qt Toolkit.
+** This file is part of the documentation of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
@@ -39,7 +39,7 @@
****************************************************************************/
//![0]
-import Qt 4.7
+import QtQuick 1.0
Rectangle {
width: 800; height: 600