summaryrefslogtreecommitdiff
path: root/examples/weatherinfo/main.cpp
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2012-03-08 13:37:59 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-09 02:17:57 +0100
commit38e9e75354a4d78c4c07af607547cd632b5150bd (patch)
treed24fdf8a7afb17549a8c624addd02345c7d41e52 /examples/weatherinfo/main.cpp
parent4c329881707317674e5672862f16e8143676c265 (diff)
downloadqtlocation-38e9e75354a4d78c4c07af607547cd632b5150bd.tar.gz
QtDeclarative renaming.
Change-Id: I0412d2e8e27cf3035712a3c413b5fa99e3a7ad36 Reviewed-by: David Laing <david.laing@nokia.com> Reviewed-by: Alex Wilson <alex.wilson@nokia.com>
Diffstat (limited to 'examples/weatherinfo/main.cpp')
-rw-r--r--examples/weatherinfo/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/weatherinfo/main.cpp b/examples/weatherinfo/main.cpp
index ee1a1a6b..51cefcc1 100644
--- a/examples/weatherinfo/main.cpp
+++ b/examples/weatherinfo/main.cpp
@@ -40,8 +40,8 @@
#include <QtGui/QGuiApplication>
#include <QtQuick/QQuickView>
-#include <QtDeclarative/QDeclarativeEngine>
-#include <QtDeclarative/QDeclarativeContext>
+#include <QtQml/QQmlEngine>
+#include <QtQml/QQmlContext>
#include <QtQuick/QQuickItem>
//! [0]