summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothuuid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothuuid.h')
-rw-r--r--src/bluetooth/qbluetoothuuid.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bluetooth/qbluetoothuuid.h b/src/bluetooth/qbluetoothuuid.h
index 23361d16..ef69e983 100644
--- a/src/bluetooth/qbluetoothuuid.h
+++ b/src/bluetooth/qbluetoothuuid.h
@@ -50,7 +50,7 @@
#include <QtCore/QDebug>
-QT_BEGIN_NAMESPACE_BLUETOOTH
+QT_BEGIN_NAMESPACE
struct quint128
{
@@ -172,8 +172,8 @@ inline QDebug operator<<(QDebug debug, const QBluetoothUuid &uuid)
return debug;
}
-QT_END_NAMESPACE_BLUETOOTH
+QT_END_NAMESPACE
-Q_DECLARE_METATYPE(QtBluetooth::QBluetoothUuid)
+Q_DECLARE_METATYPE(QBluetoothUuid)
#endif