summaryrefslogtreecommitdiffstats
path: root/src/nfc/qndefnfctextrecord.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qndefnfctextrecord.cpp')
-rw-r--r--src/nfc/qndefnfctextrecord.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/nfc/qndefnfctextrecord.cpp b/src/nfc/qndefnfctextrecord.cpp
index b9146f9a..a437ebc9 100644
--- a/src/nfc/qndefnfctextrecord.cpp
+++ b/src/nfc/qndefnfctextrecord.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/QTextCodec>
#include <QtCore/QLocale>
+QTNFC_BEGIN_NAMESPACE
+
/*!
\class QNdefNfcTextRecord
\brief The QNdefNfcTextRecord class provides an NFC RTD-Text
@@ -187,3 +189,4 @@ void QNdefNfcTextRecord::setEncoding(Encoding encoding)
setText(string);
}
+QTNFC_END_NAMESPACE