summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/btchat/chatclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/btchat/chatclient.h')
-rw-r--r--examples/bluetooth/btchat/chatclient.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/bluetooth/btchat/chatclient.h b/examples/bluetooth/btchat/chatclient.h
index 710634e5..19c0a7e5 100644
--- a/examples/bluetooth/btchat/chatclient.h
+++ b/examples/bluetooth/btchat/chatclient.h
@@ -45,11 +45,11 @@
#include <QtCore/QObject>
-QTBLUETOOTH_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE_BLUETOOTH
class QBluetoothSocket;
-QTBLUETOOTH_END_NAMESPACE
+QT_END_NAMESPACE_BLUETOOTH
-QTBLUETOOTH_USE_NAMESPACE
+QT_USE_NAMESPACE_BLUETOOTH
//! [declaration]
class ChatClient : public QObject