summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsensor/test_backends.h
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2011-08-29 11:16:11 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-29 03:18:37 +0200
commite243c4fa9fce1ebbe1d0e625b6e2d3a07fe6b071 (patch)
tree66f546ac97016d6e50027d503c83765e2a8dea9b /tests/auto/qsensor/test_backends.h
parent61dc260cc409ec5303dc09f5732baa7bb142226d (diff)
Revert the QtmSensors library.
The QtSensors API changes have been de-scoped so this library is no longer required. Change-Id: Iee555b69fc3f774c48c5911eeabc09aba50c13fc Reviewed-on: http://codereview.qt.nokia.com/3686 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'tests/auto/qsensor/test_backends.h')
-rw-r--r--tests/auto/qsensor/test_backends.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/auto/qsensor/test_backends.h b/tests/auto/qsensor/test_backends.h
index 376d7ca5..d58793da 100644
--- a/tests/auto/qsensor/test_backends.h
+++ b/tests/auto/qsensor/test_backends.h
@@ -42,21 +42,21 @@
#ifndef TEST_BACKENDS_H
#define TEST_BACKENDS_H
-#include <QtSensors/qsensorbackend.h>
+#include <qsensorbackend.h>
void register_test_backends();
void unregister_test_backends();
-#include <QtSensors/qaccelerometer.h>
-#include <QtSensors/qambientlightsensor.h>
-#include <QtSensors/qcompass.h>
-#include <QtSensors/qgyroscope.h>
-#include <QtSensors/qlightsensor.h>
-#include <QtSensors/qmagnetometer.h>
-#include <QtSensors/qorientationsensor.h>
-#include <QtSensors/qproximitysensor.h>
-#include <QtSensors/qrotationsensor.h>
-#include <QtSensors/qtapsensor.h>
+#include <qaccelerometer.h>
+#include <qambientlightsensor.h>
+#include <qcompass.h>
+#include <qgyroscope.h>
+#include <qlightsensor.h>
+#include <qmagnetometer.h>
+#include <qorientationsensor.h>
+#include <qproximitysensor.h>
+#include <qrotationsensor.h>
+#include <qtapsensor.h>
#define PREPARE_SENSORINTERFACE_DECLS(SensorClass, ReadingClass, FilterClass, readingcode)\
class SensorClass ## _impl : public QSensorBackend\