summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothlocaldevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothlocaldevice.h')
-rw-r--r--src/bluetooth/qbluetoothlocaldevice.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bluetooth/qbluetoothlocaldevice.h b/src/bluetooth/qbluetoothlocaldevice.h
index 41530819..d013cc8b 100644
--- a/src/bluetooth/qbluetoothlocaldevice.h
+++ b/src/bluetooth/qbluetoothlocaldevice.h
@@ -43,7 +43,7 @@
#ifndef QBLUETOOTHLOCALDEVICE_H
#define QBLUETOOTHLOCALDEVICE_H
-#include "../qtconnectivityglobal.h"
+#include "qbluetoothglobal.h"
#include <QObject>
#include <QtCore/QList>
@@ -55,7 +55,7 @@ QT_BEGIN_HEADER
class QBluetoothLocalDevicePrivate;
-class Q_CONNECTIVITY_EXPORT QBluetoothHostInfo
+class Q_BLUETOOTH_EXPORT QBluetoothHostInfo
{
public:
QBluetoothHostInfo() { };
@@ -77,7 +77,7 @@ private:
};
-class Q_CONNECTIVITY_EXPORT QBluetoothLocalDevice : public QObject
+class Q_BLUETOOTH_EXPORT QBluetoothLocalDevice : public QObject
{
Q_OBJECT
Q_ENUMS(Pairing)