summaryrefslogtreecommitdiffstats
path: root/demos/declarative/snake/content/HighScoreModel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'demos/declarative/snake/content/HighScoreModel.qml')
-rw-r--r--demos/declarative/snake/content/HighScoreModel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/snake/content/HighScoreModel.qml b/demos/declarative/snake/content/HighScoreModel.qml
index 076e3ff..e04f524 100644
--- a/demos/declarative/snake/content/HighScoreModel.qml
+++ b/demos/declarative/snake/content/HighScoreModel.qml
@@ -1,4 +1,4 @@
-import Qt 4.6
+import Qt 4.7
// Models a high score table.
//