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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nfc/qndefnfctextrecord.cpp b/src/nfc/qndefnfctextrecord.cpp
index 99732b13..6f213cf4 100644
--- a/src/nfc/qndefnfctextrecord.cpp
+++ b/src/nfc/qndefnfctextrecord.cpp
@@ -44,7 +44,7 @@
#include <QtCore/QTextCodec>
#include <QtCore/QLocale>
-QTNFC_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE_NFC
/*!
\class QNdefNfcTextRecord
@@ -188,4 +188,4 @@ void QNdefNfcTextRecord::setEncoding(Encoding encoding)
setText(string);
}
-QTNFC_END_NAMESPACE
+QT_END_NAMESPACE_NFC