summaryrefslogtreecommitdiffstats
path: root/src/nfc/qnearfieldtagtype3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qnearfieldtagtype3.cpp')
-rw-r--r--src/nfc/qnearfieldtagtype3.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/nfc/qnearfieldtagtype3.cpp b/src/nfc/qnearfieldtagtype3.cpp
index 2c751b09..fd9347b5 100644
--- a/src/nfc/qnearfieldtagtype3.cpp
+++ b/src/nfc/qnearfieldtagtype3.cpp
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the Qt Mobility Components.
+** This file is part of the QtNfc module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
@@ -41,6 +41,8 @@
#include "qnearfieldtagtype3.h"
+QTNFC_BEGIN_NAMESPACE
+
/*!
\class QNearFieldTagType3
\brief The QNearFieldTagType3 class provides an interface for communicating with an NFC Tag
@@ -183,3 +185,5 @@ bool QNearFieldTagType3::handleResponse(const QNearFieldTarget::RequestId &id,
}
#include "moc_qnearfieldtagtype3.cpp"
+
+QTNFC_END_NAMESPACE