summaryrefslogtreecommitdiffstats
path: root/src/nfc/qnearfieldtagtype1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qnearfieldtagtype1.cpp')
-rw-r--r--src/nfc/qnearfieldtagtype1.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/nfc/qnearfieldtagtype1.cpp b/src/nfc/qnearfieldtagtype1.cpp
index eb1d6c7e..aa05e94b 100644
--- a/src/nfc/qnearfieldtagtype1.cpp
+++ b/src/nfc/qnearfieldtagtype1.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
@@ -49,6 +49,8 @@
#include <QtCore/QDebug>
+QTNFC_BEGIN_NAMESPACE
+
/*!
\class QNearFieldTagType1
\brief The QNearFieldTagType1 class provides an interface for communicating with an NFC Tag
@@ -733,3 +735,5 @@ bool QNearFieldTagType1::handleResponse(const QNearFieldTarget::RequestId &id,
}
#include "moc_qnearfieldtagtype1.cpp"
+
+QTNFC_END_NAMESPACE