summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qrfcommserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qrfcommserver.h')
-rw-r--r--src/bluetooth/qrfcommserver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/qrfcommserver.h b/src/bluetooth/qrfcommserver.h
index 87676649..1b104330 100644
--- a/src/bluetooth/qrfcommserver.h
+++ b/src/bluetooth/qrfcommserver.h
@@ -42,7 +42,7 @@
#ifndef QRFCOMMSERVER_H
#define QRFCOMMSERVER_H
-#include "../qtconnectivityglobal.h"
+#include "qbluetoothglobal.h"
#include <QObject>
@@ -55,7 +55,7 @@ QT_BEGIN_HEADER
class QRfcommServerPrivate;
class QBluetoothSocket;
-class Q_CONNECTIVITY_EXPORT QRfcommServer : public QObject
+class Q_BLUETOOTH_EXPORT QRfcommServer : public QObject
{
Q_OBJECT