summaryrefslogtreecommitdiffstats
path: root/examples/declarative/modelviews/webview/newwindows.qml
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2010-06-21 14:57:49 (GMT)
committerSimon Hausmann <simon.hausmann@nokia.com>2010-06-21 14:57:49 (GMT)
commita090a9f42c0db1bbcce30db6165d5edbaa2c4456 (patch)
treefb88b255fa768de9144c0f67b75f00c021ec4187 /examples/declarative/modelviews/webview/newwindows.qml
parent33ccc95da472e2932514e3df43ffc1df33855ded (diff)
downloadQt-a090a9f42c0db1bbcce30db6165d5edbaa2c4456.zip
Qt-a090a9f42c0db1bbcce30db6165d5edbaa2c4456.tar.gz
Qt-a090a9f42c0db1bbcce30db6165d5edbaa2c4456.tar.bz2
Fix examples
Import QtWebKit instead of org.webkit Reviewed-by: Trust me
Diffstat (limited to 'examples/declarative/modelviews/webview/newwindows.qml')
-rw-r--r--examples/declarative/modelviews/webview/newwindows.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/modelviews/webview/newwindows.qml b/examples/declarative/modelviews/webview/newwindows.qml
index 4ea3e68..c09b2a9 100644
--- a/examples/declarative/modelviews/webview/newwindows.qml
+++ b/examples/declarative/modelviews/webview/newwindows.qml
@@ -44,7 +44,7 @@
// allow it on WebView with settings.javascriptCanOpenWindows: true
import Qt 4.7
-import org.webkit 1.0
+import QtWebKit 1.0
Grid {
columns: 3