summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeanchors
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-05-07 04:23:56 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-05-07 04:24:38 (GMT)
commit60a06af7200217aa16c8c130a1ed0afce31812ed (patch)
treec75b079261492a350fe56627bd6ba88f5b05883f /tests/auto/declarative/qdeclarativeanchors
parent17837067e9dbda02669487bdd64419c38e8a2ebd (diff)
downloadQt-60a06af7200217aa16c8c130a1ed0afce31812ed.zip
Qt-60a06af7200217aa16c8c130a1ed0afce31812ed.tar.gz
Qt-60a06af7200217aa16c8c130a1ed0afce31812ed.tar.bz2
Fix autotests (remove import Qt.widgets)
Diffstat (limited to 'tests/auto/declarative/qdeclarativeanchors')
-rw-r--r--tests/auto/declarative/qdeclarativeanchors/data/anchorsqgraphicswidget.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativeanchors/data/anchorsqgraphicswidget.qml b/tests/auto/declarative/qdeclarativeanchors/data/anchorsqgraphicswidget.qml
index 91973a3..d430c2c 100644
--- a/tests/auto/declarative/qdeclarativeanchors/data/anchorsqgraphicswidget.qml
+++ b/tests/auto/declarative/qdeclarativeanchors/data/anchorsqgraphicswidget.qml
@@ -1,5 +1,4 @@
import Qt 4.7
-import Qt.widgets 4.7
Rectangle {
color: "white"