diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2010-06-21 14:57:49 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2010-06-21 14:57:49 (GMT) |
commit | a090a9f42c0db1bbcce30db6165d5edbaa2c4456 (patch) | |
tree | fb88b255fa768de9144c0f67b75f00c021ec4187 /examples/declarative/modelviews/webview/newwindows.qml | |
parent | 33ccc95da472e2932514e3df43ffc1df33855ded (diff) | |
download | Qt-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.qml | 2 |
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 |