summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetooth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetooth.cpp')
-rw-r--r--src/bluetooth/qbluetooth.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetooth.cpp b/src/bluetooth/qbluetooth.cpp
index 07bdba3c..6a817544 100644
--- a/src/bluetooth/qbluetooth.cpp
+++ b/src/bluetooth/qbluetooth.cpp
@@ -39,7 +39,11 @@
**
****************************************************************************/
-#include "qbluetooth.h"
+#include <QtBluetooth/qbluetooth.h>
+
+QT_BEGIN_NAMESPACE
+
+namespace QBluetooth {
/*!
\namespace QBluetooth
@@ -72,3 +76,6 @@
Legacy pairing is not permitted, Simple Pairing from Bluetooth 2.1 or
greater is required.
*/
+}
+
+QT_END_NAMESPACE