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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nfc/qndefnfcurirecord.h b/src/nfc/qndefnfcurirecord.h
index 9eb5cfa2..1f96e4d8 100644
--- a/src/nfc/qndefnfcurirecord.h
+++ b/src/nfc/qndefnfcurirecord.h
@@ -47,7 +47,7 @@
QT_FORWARD_DECLARE_CLASS(QUrl)
-QT_BEGIN_NAMESPACE_NFC
+QT_BEGIN_NAMESPACE
class Q_NFC_EXPORT QNdefNfcUriRecord : public QNdefRecord
{
@@ -63,7 +63,7 @@ public:
void setUri(const QUrl &uri);
};
-QT_END_NAMESPACE_NFC
+QT_END_NAMESPACE
Q_DECLARE_ISRECORDTYPE_FOR_NDEF_RECORD(QNdefNfcUriRecord, QNdefRecord::NfcRtd, "U")