summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qrfcommserver_qnx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qrfcommserver_qnx.cpp')
-rw-r--r--src/bluetooth/qrfcommserver_qnx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/qrfcommserver_qnx.cpp b/src/bluetooth/qrfcommserver_qnx.cpp
index c9af204f..514a0a3d 100644
--- a/src/bluetooth/qrfcommserver_qnx.cpp
+++ b/src/bluetooth/qrfcommserver_qnx.cpp
@@ -49,7 +49,7 @@
#include <QCoreApplication>
-QTBLUETOOTH_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE_BLUETOOTH
QRfcommServerPrivate::QRfcommServerPrivate()
: socket(0),maxPendingConnections(1),securityFlags(QBluetooth::NoSecurity)
@@ -193,5 +193,5 @@ QBluetooth::SecurityFlags QRfcommServer::securityFlags() const
return d->securityFlags;
}
-QTBLUETOOTH_END_NAMESPACE
+QT_END_NAMESPACE_BLUETOOTH