summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qrfcommsocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qrfcommsocket.cpp')
-rw-r--r--src/bluetooth/qrfcommsocket.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/qrfcommsocket.cpp b/src/bluetooth/qrfcommsocket.cpp
index 6676d39c..4e60079a 100644
--- a/src/bluetooth/qrfcommsocket.cpp
+++ b/src/bluetooth/qrfcommsocket.cpp
@@ -41,7 +41,7 @@
#include "qrfcommsocket.h"
-QTBLUETOOTH_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE_BLUETOOTH
QRfcommSocket::QRfcommSocket(QObject *parent)
: QBluetoothSocket(parent)
@@ -50,4 +50,4 @@ QRfcommSocket::QRfcommSocket(QObject *parent)
#include "moc_qrfcommsocket.cpp"
-QTBLUETOOTH_END_NAMESPACE
+QT_END_NAMESPACE_BLUETOOTH