summaryrefslogtreecommitdiff
path: root/examples/bluetooth/heartrate-game/connectionhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/heartrate-game/connectionhandler.h')
-rw-r--r--examples/bluetooth/heartrate-game/connectionhandler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/bluetooth/heartrate-game/connectionhandler.h b/examples/bluetooth/heartrate-game/connectionhandler.h
index 052def9f..eea1036c 100644
--- a/examples/bluetooth/heartrate-game/connectionhandler.h
+++ b/examples/bluetooth/heartrate-game/connectionhandler.h
@@ -4,11 +4,11 @@
#ifndef CONNECTIONHANDLER_H
#define CONNECTIONHANDLER_H
-#include <QBluetoothLocalDevice>
+#include <QtBluetooth/qbluetoothlocaldevice.h>
-#include <qqml.h>
+#include <QtCore/qobject.h>
-#include <QObject>
+#include <QtQmlIntegration/qqmlintegration.h>
class ConnectionHandler : public QObject
{