summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/bluetooth/bttennis/handover.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/bluetooth/bttennis/handover.h b/examples/bluetooth/bttennis/handover.h
index 0e932267..aea4dab8 100644
--- a/examples/bluetooth/bttennis/handover.h
+++ b/examples/bluetooth/bttennis/handover.h
@@ -48,15 +48,15 @@
#include <qbluetoothuuid.h>
#include <qnfcglobal.h>
-QTNFC_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE_NFC
class QNearFieldManager;
class QNearFieldTarget;
class QLlcpServer;
class QLlcpSocket;
-QTNFC_END_NAMESPACE
+QT_END_NAMESPACE_NFC
-QTNFC_USE_NAMESPACE
-QTBLUETOOTH_USE_NAMESPACE
+QT_USE_NAMESPACE_NFC
+QT_USE_NAMESPACE_BLUETOOTH
class Handover : public QObject
{