summaryrefslogtreecommitdiffstats
path: root/examples/declarative/toys/tic-tac-toe/tic-tac-toe.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/toys/tic-tac-toe/tic-tac-toe.qml')
-rw-r--r--examples/declarative/toys/tic-tac-toe/tic-tac-toe.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/toys/tic-tac-toe/tic-tac-toe.qml b/examples/declarative/toys/tic-tac-toe/tic-tac-toe.qml
index 12b0fda..4c1ad51 100644
--- a/examples/declarative/toys/tic-tac-toe/tic-tac-toe.qml
+++ b/examples/declarative/toys/tic-tac-toe/tic-tac-toe.qml
@@ -38,7 +38,7 @@
**
****************************************************************************/
-import Qt 4.7
+import QtQuick 1.0
import "content"
import "content/tic-tac-toe.js" as Logic