summaryrefslogtreecommitdiffstats
path: root/src/nfc/qdeclarativendefrecord.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qdeclarativendefrecord.cpp')
-rw-r--r--src/nfc/qdeclarativendefrecord.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/nfc/qdeclarativendefrecord.cpp b/src/nfc/qdeclarativendefrecord.cpp
index 5b404fa6..e765866b 100644
--- a/src/nfc/qdeclarativendefrecord.cpp
+++ b/src/nfc/qdeclarativendefrecord.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
@@ -44,6 +44,8 @@
#include <QtCore/QMap>
#include <QtCore/QRegExp>
+QTNFC_BEGIN_NAMESPACE
+
/*!
\class QDeclarativeNdefRecord
\brief The QDeclarativeNdefRecord class implements the NdefRecord element in QML.
@@ -270,3 +272,5 @@ void QDeclarativeNdefRecord::setRecord(const QNdefRecord &record)
}
#include "moc_qdeclarativendefrecord.cpp"
+
+QTNFC_END_NAMESPACE