summaryrefslogtreecommitdiffstats
path: root/src/nfc/qndefrecord_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qndefrecord_p.h')
-rw-r--r--src/nfc/qndefrecord_p.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/nfc/qndefrecord_p.h b/src/nfc/qndefrecord_p.h
index 4535296d..6ea5184a 100644
--- a/src/nfc/qndefrecord_p.h
+++ b/src/nfc/qndefrecord_p.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
@@ -48,6 +48,8 @@
#include <QtCore/QSharedData>
#include <QtCore/QByteArray>
+QTNFC_BEGIN_NAMESPACE
+
class QNdefRecordPrivate : public QSharedData
{
public:
@@ -60,4 +62,6 @@ public:
QByteArray payload;
};
+QTNFC_END_NAMESPACE
+
#endif // QNDEFRECORD_P_H