summaryrefslogtreecommitdiff
path: root/examples/bluetooth/heartrate-game/bluetoothbaseclass.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/heartrate-game/bluetoothbaseclass.h')
-rw-r--r--examples/bluetooth/heartrate-game/bluetoothbaseclass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bluetooth/heartrate-game/bluetoothbaseclass.h b/examples/bluetooth/heartrate-game/bluetoothbaseclass.h
index 42545686..2d25c546 100644
--- a/examples/bluetooth/heartrate-game/bluetoothbaseclass.h
+++ b/examples/bluetooth/heartrate-game/bluetoothbaseclass.h
@@ -4,7 +4,7 @@
#ifndef BLUETOOTHBASECLASS_H
#define BLUETOOTHBASECLASS_H
-#include <QObject>
+#include <QtCore/qobject.h>
class BluetoothBaseClass : public QObject
{