summaryrefslogtreecommitdiffstats
path: root/src/nfc/qnearfieldtagtype3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qnearfieldtagtype3.h')
-rw-r--r--src/nfc/qnearfieldtagtype3.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/nfc/qnearfieldtagtype3.h b/src/nfc/qnearfieldtagtype3.h
index 1de30935..acbd771a 100644
--- a/src/nfc/qnearfieldtagtype3.h
+++ b/src/nfc/qnearfieldtagtype3.h
@@ -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 @@
QT_BEGIN_HEADER
+QTNFC_BEGIN_NAMESPACE
+
class Q_NFC_EXPORT QNearFieldTagType3 : public QNearFieldTarget
{
Q_OBJECT
@@ -73,6 +75,8 @@ protected:
bool handleResponse(const QNearFieldTarget::RequestId &id, const QByteArray &response);
};
+QTNFC_END_NAMESPACE
+
QT_END_HEADER
#endif // QNEARFIELDTAGTYPE3_H