summaryrefslogtreecommitdiff
path: root/examples/bluetooth/lowenergyscanner/deviceinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/lowenergyscanner/deviceinfo.h')
-rw-r--r--examples/bluetooth/lowenergyscanner/deviceinfo.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/examples/bluetooth/lowenergyscanner/deviceinfo.h b/examples/bluetooth/lowenergyscanner/deviceinfo.h
index d76bf4a3..78854490 100644
--- a/examples/bluetooth/lowenergyscanner/deviceinfo.h
+++ b/examples/bluetooth/lowenergyscanner/deviceinfo.h
@@ -5,11 +5,10 @@
#ifndef DEVICEINFO_H
#define DEVICEINFO_H
-#include <QObject>
-#include <qbluetoothdeviceinfo.h>
-#include <qbluetoothaddress.h>
-#include <QList>
-#include "deviceinfo.h"
+#include <QtBluetooth/qbluetoothdeviceinfo.h>
+
+#include <QtCore/qlist.h>
+#include <QtCore/qobject.h>
class DeviceInfo: public QObject
{