summaryrefslogtreecommitdiffstats
path: root/examples/declarative/toys/clocks/content/QuitButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/toys/clocks/content/QuitButton.qml')
-rw-r--r--examples/declarative/toys/clocks/content/QuitButton.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/toys/clocks/content/QuitButton.qml b/examples/declarative/toys/clocks/content/QuitButton.qml
index 9dfe9bd..cbbf916 100644
--- a/examples/declarative/toys/clocks/content/QuitButton.qml
+++ b/examples/declarative/toys/clocks/content/QuitButton.qml
@@ -38,7 +38,7 @@
**
****************************************************************************/
-import Qt 4.7
+import QtQuick 1.0
Image {
source: "quit.png"
scale: quitMouse.pressed ? 0.8 : 1.0
@@ -49,4 +49,4 @@ Image {
anchors.margins: -10
onClicked: Qt.quit()
}
-} \ No newline at end of file
+}