summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/btscanner/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/btscanner/service.h')
-rw-r--r--examples/bluetooth/btscanner/service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/bluetooth/btscanner/service.h b/examples/bluetooth/btscanner/service.h
index 0e17aa14..64d3d05f 100644
--- a/examples/bluetooth/btscanner/service.h
+++ b/examples/bluetooth/btscanner/service.h
@@ -47,13 +47,13 @@
#include <QDialog>
-QTBLUETOOTH_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE_BLUETOOTH
class QBluetoothServiceDiscoveryAgent;
class QBluetoothServiceInfo;
class QBluetoothAddress;
-QTBLUETOOTH_END_NAMESPACE
+QT_END_NAMESPACE_BLUETOOTH
-QTBLUETOOTH_USE_NAMESPACE
+QT_USE_NAMESPACE_BLUETOOTH
class ServiceDiscoveryDialog : public QDialog
{