summaryrefslogtreecommitdiffstats
path: root/tests/auto/legacy_sensors
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/legacy_sensors')
-rw-r--r--tests/auto/legacy_sensors/tst_legacy_sensors.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/legacy_sensors/tst_legacy_sensors.cpp b/tests/auto/legacy_sensors/tst_legacy_sensors.cpp
index 920400e0..1a4fcc6b 100644
--- a/tests/auto/legacy_sensors/tst_legacy_sensors.cpp
+++ b/tests/auto/legacy_sensors/tst_legacy_sensors.cpp
@@ -40,7 +40,8 @@
****************************************************************************/
#include <QtTest/QtTest>
-#include <QtDeclarative/QtDeclarative>
+#include <QDeclarativeEngine>
+#include <QDeclarativeComponent>
class tst_legacy_sensors : public QObject
{