summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/btscanner/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/btscanner/service.h')
-rw-r--r--examples/bluetooth/btscanner/service.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/examples/bluetooth/btscanner/service.h b/examples/bluetooth/btscanner/service.h
index b2b31809..293bc7a9 100644
--- a/examples/bluetooth/btscanner/service.h
+++ b/examples/bluetooth/btscanner/service.h
@@ -44,16 +44,13 @@
#include "ui_service.h"
#include <qbluetoothglobal.h>
-
#include <QDialog>
-QT_BEGIN_NAMESPACE_BLUETOOTH
-class QBluetoothServiceDiscoveryAgent;
-class QBluetoothServiceInfo;
-class QBluetoothAddress;
-QT_END_NAMESPACE_BLUETOOTH
+QT_FORWARD_DECLARE_CLASS(QBluetoothAddress)
+QT_FORWARD_DECLARE_CLASS(QBluetoothServiceInfo)
+QT_FORWARD_DECLARE_CLASS(QBluetoothServiceDiscoveryAgent)
-QT_USE_NAMESPACE_BLUETOOTH
+QT_USE_NAMESPACE
class ServiceDiscoveryDialog : public QDialog
{