summaryrefslogtreecommitdiff
path: root/examples/ivivehiclefunctions/climate_qml/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ivivehiclefunctions/climate_qml/main.cpp')
-rw-r--r--examples/ivivehiclefunctions/climate_qml/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ivivehiclefunctions/climate_qml/main.cpp b/examples/ivivehiclefunctions/climate_qml/main.cpp
index 192c982..eeffc04 100644
--- a/examples/ivivehiclefunctions/climate_qml/main.cpp
+++ b/examples/ivivehiclefunctions/climate_qml/main.cpp
@@ -51,12 +51,12 @@
**
****************************************************************************/
-#include <QApplication>
+#include <QGuiApplication>
#include <QQmlApplicationEngine>
int main(int argc, char *argv[])
{
- QApplication app(argc, argv);
+ QGuiApplication app(argc, argv);
QQmlApplicationEngine engine;
engine.load(QUrl(QStringLiteral("qrc:/main.qml")));