diff options
Diffstat (limited to 'examples/declarative/toys/tic-tac-toe/content/TicTac.qml')
-rw-r--r-- | examples/declarative/toys/tic-tac-toe/content/TicTac.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/toys/tic-tac-toe/content/TicTac.qml b/examples/declarative/toys/tic-tac-toe/content/TicTac.qml index 0ca5350..7e50736 100644 --- a/examples/declarative/toys/tic-tac-toe/content/TicTac.qml +++ b/examples/declarative/toys/tic-tac-toe/content/TicTac.qml @@ -38,7 +38,7 @@ ** ****************************************************************************/ -import Qt 4.7 +import QtQuick 1.0 Item { signal clicked |