summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/generic/main.cpp
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@jollamobile.com>2014-04-03 08:54:22 +1000
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-20 19:33:25 +0200
commit9e17571ccbd5d7bced57c3920287b55e3f8131c4 (patch)
treecc10912f6be975f4b6e6ca649476cb0e9040d171 /src/plugins/sensors/generic/main.cpp
parent37fd0ee78f6321cd381bf6a4262214a26a29cf11 (diff)
fix obs build
Change-Id: Ia70486a0c6b813829ffd633f5334945f73d3b628 Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
Diffstat (limited to 'src/plugins/sensors/generic/main.cpp')
-rw-r--r--src/plugins/sensors/generic/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/sensors/generic/main.cpp b/src/plugins/sensors/generic/main.cpp
index aa9f58c2..dcaa4988 100644
--- a/src/plugins/sensors/generic/main.cpp
+++ b/src/plugins/sensors/generic/main.cpp
@@ -51,9 +51,9 @@
#ifdef QTSENSORS_GENERICTILTSENSOR
#include "generictiltsensor.h"
#endif
-#include <qsensorplugin.h>
-#include <qsensorbackend.h>
-#include <qsensormanager.h>
+#include <QtSensors/qsensorplugin.h>
+#include <QtSensors/qsensorbackend.h>
+#include <QtSensors/qsensormanager.h>
#include <QFile>
#include <QDebug>