summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativewebview/data/newwindows.qml
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-07-01 05:52:45 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-07-01 05:52:45 (GMT)
commit7cc5171a7d66390688444d57bb3f4550dbbd26ee (patch)
tree85fb52c5137a1b36030f8c6c88bcce141692b320 /tests/auto/declarative/qdeclarativewebview/data/newwindows.qml
parentc73eedff2f7a4afdbfff319fd6c4bf0a4fce251b (diff)
downloadQt-7cc5171a7d66390688444d57bb3f4550dbbd26ee.zip
Qt-7cc5171a7d66390688444d57bb3f4550dbbd26ee.tar.gz
Qt-7cc5171a7d66390688444d57bb3f4550dbbd26ee.tar.bz2
Fix webkit import for webkit tests.
Diffstat (limited to 'tests/auto/declarative/qdeclarativewebview/data/newwindows.qml')
-rw-r--r--tests/auto/declarative/qdeclarativewebview/data/newwindows.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativewebview/data/newwindows.qml b/tests/auto/declarative/qdeclarativewebview/data/newwindows.qml
index d066c07..e5967b5 100644
--- a/tests/auto/declarative/qdeclarativewebview/data/newwindows.qml
+++ b/tests/auto/declarative/qdeclarativewebview/data/newwindows.qml
@@ -1,7 +1,7 @@
// Demonstrates opening new WebViews from HTML
import Qt 4.7
-import org.webkit 1.0
+import QtWebKit 1.0
Grid {
columns: 3