summaryrefslogtreecommitdiffstats
path: root/src/nfc/qnearfieldtarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qnearfieldtarget.h')
-rw-r--r--src/nfc/qnearfieldtarget.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/nfc/qnearfieldtarget.h b/src/nfc/qnearfieldtarget.h
index 7d839fd8..dc488e72 100644
--- a/src/nfc/qnearfieldtarget.h
+++ b/src/nfc/qnearfieldtarget.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
@@ -55,6 +55,8 @@ class QUrl;
QT_BEGIN_HEADER
+QTNFC_BEGIN_NAMESPACE
+
class QNdefMessage;
class QNearFieldTargetPrivate;
@@ -164,8 +166,10 @@ Q_NFC_EXPORT quint16 qNfcChecksum(const char * data, uint len);
Q_DECLARE_OPERATORS_FOR_FLAGS(QNearFieldTarget::AccessMethods)
-Q_DECLARE_METATYPE(QNearFieldTarget::RequestId)
-Q_DECLARE_METATYPE(QNearFieldTarget::Error)
+QTNFC_END_NAMESPACE
+
+Q_DECLARE_METATYPE(QtNfc::QNearFieldTarget::RequestId)
+Q_DECLARE_METATYPE(QtNfc::QNearFieldTarget::Error)
QT_END_HEADER