summaryrefslogtreecommitdiffstats
path: root/src/nfc/qnearfieldtagtype3.cpp
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-09-05 13:32:00 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-09 12:44:29 +0200
commite21b666856fe89a13c2c8c1eb7ef6fb18275f9b4 (patch)
tree3f5f6075a783fe4afe1b201faa591fa8dacc4238 /src/nfc/qnearfieldtagtype3.cpp
parenta589ae4f2f525686efa9f031a82390433b0e606d (diff)
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 <stephen.kelly@kdab.com>
Diffstat (limited to 'src/nfc/qnearfieldtagtype3.cpp')
-rw-r--r--src/nfc/qnearfieldtagtype3.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nfc/qnearfieldtagtype3.cpp b/src/nfc/qnearfieldtagtype3.cpp
index e13cf5c4..b8cc89fe 100644
--- a/src/nfc/qnearfieldtagtype3.cpp
+++ b/src/nfc/qnearfieldtagtype3.cpp
@@ -41,7 +41,7 @@
#include "qnearfieldtagtype3_p.h"
-QT_BEGIN_NAMESPACE_NFC
+QT_BEGIN_NAMESPACE
/*!
\class QNearFieldTagType3
@@ -184,4 +184,4 @@ bool QNearFieldTagType3::handleResponse(const QNearFieldTarget::RequestId &id,
return QNearFieldTarget::handleResponse(id, response);
}
-QT_END_NAMESPACE_NFC
+QT_END_NAMESPACE