summaryrefslogtreecommitdiffstats
path: root/src/nfc/qndefnfcurirecord.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qndefnfcurirecord.cpp')
-rw-r--r--src/nfc/qndefnfcurirecord.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/nfc/qndefnfcurirecord.cpp b/src/nfc/qndefnfcurirecord.cpp
index 4a495d2d..d9d44f83 100644
--- a/src/nfc/qndefnfcurirecord.cpp
+++ b/src/nfc/qndefnfcurirecord.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
@@ -46,6 +46,8 @@
#include <QtCore/QDebug>
+QTNFC_BEGIN_NAMESPACE
+
/*!
\class QNdefNfcUriRecord
\brief The QNdefNfcUriRecord class provides an NFC RTD-URI
@@ -140,3 +142,4 @@ void QNdefNfcUriRecord::setUri(const QUrl &uri)
setPayload(p);
}
+QTNFC_END_NAMESPACE