summaryrefslogtreecommitdiffstats
path: root/examples/declarative/modelviews/webview/googlemaps.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/modelviews/webview/googlemaps.qml')
-rw-r--r--examples/declarative/modelviews/webview/googlemaps.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/modelviews/webview/googlemaps.qml b/examples/declarative/modelviews/webview/googlemaps.qml
index bc9a0e3..aed0ddd 100644
--- a/examples/declarative/modelviews/webview/googlemaps.qml
+++ b/examples/declarative/modelviews/webview/googlemaps.qml
@@ -45,7 +45,7 @@
// API, but users from QML don't need to understand the implementation in
// order to create a Map.
-import Qt 4.7
+import QtQuick 1.0
import QtWebKit 1.0
import "content/Mapping"