aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/toys/tic-tac-toe/content/Button.qml
diff options
context:
space:
mode:
authorDamian Jansen <damian.jansen@nokia.com>2011-08-24 14:51:35 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-02 07:56:10 +0200
commit46ce1f72e53920c6a077cc4dd14979cbf9a01a4f (patch)
treeda8264b74340ba1a09d53040f80308b76b53b1bb /examples/declarative/toys/tic-tac-toe/content/Button.qml
parent23c826303436f438aaac6f3edc87e1d5b22ee549 (diff)
Update toys examples to QtQuick 2.0 and remove obsolete files
Change-Id: I5ca6a459df532a5c551430f3f1029ec961a75233 Reviewed-on: http://codereview.qt.nokia.com/3441 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'examples/declarative/toys/tic-tac-toe/content/Button.qml')
-rw-r--r--examples/declarative/toys/tic-tac-toe/content/Button.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/toys/tic-tac-toe/content/Button.qml b/examples/declarative/toys/tic-tac-toe/content/Button.qml
index 35de2cc689..38e58de4c1 100644
--- a/examples/declarative/toys/tic-tac-toe/content/Button.qml
+++ b/examples/declarative/toys/tic-tac-toe/content/Button.qml
@@ -38,7 +38,7 @@
**
****************************************************************************/
-import QtQuick 1.0
+import QtQuick 2.0
Rectangle {
id: container