summaryrefslogtreecommitdiffstats
path: root/src/nfc/qndefnfcurirecord.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qndefnfcurirecord.h')
-rw-r--r--src/nfc/qndefnfcurirecord.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/nfc/qndefnfcurirecord.h b/src/nfc/qndefnfcurirecord.h
index bd8ac124..cbcdc19a 100644
--- a/src/nfc/qndefnfcurirecord.h
+++ b/src/nfc/qndefnfcurirecord.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
@@ -50,6 +50,8 @@ QT_FORWARD_DECLARE_CLASS(QUrl)
QT_BEGIN_HEADER
+QTNFC_BEGIN_NAMESPACE
+
class Q_NFC_EXPORT QNdefNfcUriRecord : public QNdefRecord
{
public:
@@ -59,6 +61,8 @@ public:
void setUri(const QUrl &uri);
};
+QTNFC_END_NAMESPACE
+
Q_DECLARE_ISRECORDTYPE_FOR_NDEF_RECORD(QNdefNfcUriRecord, QNdefRecord::NfcRtd, "U")
QT_END_HEADER