summaryrefslogtreecommitdiffstats
path: root/examples/nfc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nfc')
-rw-r--r--examples/nfc/annotatedurl/annotatedurl.h6
-rw-r--r--examples/nfc/ndefeditor/mainwindow.h6
-rw-r--r--examples/nfc/ndefeditor/mimeimagerecordeditor.h2
-rw-r--r--examples/nfc/ndefeditor/textrecordeditor.h2
-rw-r--r--examples/nfc/ndefeditor/urirecordeditor.h2
5 files changed, 9 insertions, 9 deletions
diff --git a/examples/nfc/annotatedurl/annotatedurl.h b/examples/nfc/annotatedurl/annotatedurl.h
index 0ac9cea6..863f0976 100644
--- a/examples/nfc/annotatedurl/annotatedurl.h
+++ b/examples/nfc/annotatedurl/annotatedurl.h
@@ -48,12 +48,12 @@
QT_FORWARD_DECLARE_CLASS(QUrl)
QT_FORWARD_DECLARE_CLASS(QPixmap)
-QT_BEGIN_NAMESPACE_NFC
+QT_BEGIN_NAMESPACE
class QNearFieldTarget;
class QNdefMessage;
-QT_END_NAMESPACE_NFC
+QT_END_NAMESPACE
-QT_USE_NAMESPACE_NFC
+QT_USE_NAMESPACE
class AnnotatedUrl : public QObject
{
diff --git a/examples/nfc/ndefeditor/mainwindow.h b/examples/nfc/ndefeditor/mainwindow.h
index ea44e074..69e1e50f 100644
--- a/examples/nfc/ndefeditor/mainwindow.h
+++ b/examples/nfc/ndefeditor/mainwindow.h
@@ -47,12 +47,12 @@
#include <qnearfieldtarget.h>
-QT_BEGIN_NAMESPACE_NFC
+QT_BEGIN_NAMESPACE
class QNearFieldManager;
class QNdefMessage;
-QT_END_NAMESPACE_NFC
+QT_END_NAMESPACE
-QT_USE_NAMESPACE_NFC
+QT_USE_NAMESPACE
QT_BEGIN_NAMESPACE
namespace Ui {
diff --git a/examples/nfc/ndefeditor/mimeimagerecordeditor.h b/examples/nfc/ndefeditor/mimeimagerecordeditor.h
index fabfe5f6..150f11cd 100644
--- a/examples/nfc/ndefeditor/mimeimagerecordeditor.h
+++ b/examples/nfc/ndefeditor/mimeimagerecordeditor.h
@@ -48,7 +48,7 @@
#include <qndefrecord.h>
-QT_USE_NAMESPACE_NFC
+QT_USE_NAMESPACE
QT_BEGIN_NAMESPACE
namespace Ui {
diff --git a/examples/nfc/ndefeditor/textrecordeditor.h b/examples/nfc/ndefeditor/textrecordeditor.h
index c5b51cc4..0da016ee 100644
--- a/examples/nfc/ndefeditor/textrecordeditor.h
+++ b/examples/nfc/ndefeditor/textrecordeditor.h
@@ -51,7 +51,7 @@ namespace Ui {
}
QT_END_NAMESPACE
-QT_USE_NAMESPACE_NFC
+QT_USE_NAMESPACE
class TextRecordEditor : public QWidget
{
diff --git a/examples/nfc/ndefeditor/urirecordeditor.h b/examples/nfc/ndefeditor/urirecordeditor.h
index 02fc910e..aaf46b9a 100644
--- a/examples/nfc/ndefeditor/urirecordeditor.h
+++ b/examples/nfc/ndefeditor/urirecordeditor.h
@@ -52,7 +52,7 @@ namespace Ui {
}
QT_END_NAMESPACE
-QT_USE_NAMESPACE_NFC
+QT_USE_NAMESPACE
class UriRecordEditor : public QWidget
{