summaryrefslogtreecommitdiffstats
path: root/src/nfc/qnearfieldtagtype2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qnearfieldtagtype2.cpp')
-rw-r--r--src/nfc/qnearfieldtagtype2.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/nfc/qnearfieldtagtype2.cpp b/src/nfc/qnearfieldtagtype2.cpp
index f54567ec..8c1f1b6d 100644
--- a/src/nfc/qnearfieldtagtype2.cpp
+++ b/src/nfc/qnearfieldtagtype2.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
@@ -48,6 +48,8 @@
#include <QtCore/QDebug>
+QTNFC_BEGIN_NAMESPACE
+
/*!
\class QNearFieldTagType2
\brief The QNearFieldTagType2 class provides an interface for communicating with an NFC Tag
@@ -346,3 +348,5 @@ void QNearFieldTagType2::timerEvent(QTimerEvent *event)
}
#include "moc_qnearfieldtagtype2.cpp"
+
+QTNFC_END_NAMESPACE