From 1002efbb0c049b6958a495660014eece7189150a Mon Sep 17 00:00:00 2001 From: Aaron McCarthy Date: Thu, 31 Jan 2013 22:22:22 +1000 Subject: Rename NFC and Bluetooth namespace macros. Renamed to the namespace macros to follow what syncqt expects. This fixes missing namespace macro warnings printed by syncqt. Change-Id: I7be5a700e8435a559cb4c2e74938851233095887 Reviewed-by: Lorn Potter --- src/bluetooth/qbluetooth.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bluetooth/qbluetooth.h') diff --git a/src/bluetooth/qbluetooth.h b/src/bluetooth/qbluetooth.h index f32693c9..4ee90336 100644 --- a/src/bluetooth/qbluetooth.h +++ b/src/bluetooth/qbluetooth.h @@ -45,7 +45,7 @@ #include "qbluetoothglobal.h" -QTBLUETOOTH_BEGIN_NAMESPACE +QT_BEGIN_NAMESPACE_BLUETOOTH namespace QBluetooth { enum Security { @@ -62,6 +62,6 @@ Q_DECLARE_OPERATORS_FOR_FLAGS(SecurityFlags) } -QTBLUETOOTH_END_NAMESPACE +QT_END_NAMESPACE_BLUETOOTH #endif // QBLUETOOTH_H -- cgit v1.2.3