From e21b666856fe89a13c2c8c1eb7ef6fb18275f9b4 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Thu, 5 Sep 2013 13:32:00 +0200 Subject: Remove QtBluetooth and QtNfc namespace. This is based on namespace discussions on the Qt project dev mailing list. We continue to use the Qt namespace. Change-Id: I6119d06662f7682c11f42d759f3218be1f5a7d6c Reviewed-by: Stephen Kelly --- src/nfc/qndefrecord.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/nfc/qndefrecord.cpp') diff --git a/src/nfc/qndefrecord.cpp b/src/nfc/qndefrecord.cpp index 4c8ae1c7..1790187c 100644 --- a/src/nfc/qndefrecord.cpp +++ b/src/nfc/qndefrecord.cpp @@ -45,7 +45,7 @@ #include -QT_BEGIN_NAMESPACE_NFC +QT_BEGIN_NAMESPACE /*! \class QNdefRecord @@ -366,4 +366,4 @@ bool QNdefRecord::operator==(const QNdefRecord &other) const return true; } -QT_END_NAMESPACE_NFC +QT_END_NAMESPACE -- cgit v1.2.1