summaryrefslogtreecommitdiff
path: root/examples/bluetooth/btchat/remoteselector.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/btchat/remoteselector.h')
-rw-r--r--examples/bluetooth/btchat/remoteselector.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/examples/bluetooth/btchat/remoteselector.h b/examples/bluetooth/btchat/remoteselector.h
index 5aa3427d..e319caa6 100644
--- a/examples/bluetooth/btchat/remoteselector.h
+++ b/examples/bluetooth/btchat/remoteselector.h
@@ -6,16 +6,15 @@
#include <QtWidgets/qdialog.h>
-#include <QtBluetooth/qbluetoothaddress.h>
#include <QtBluetooth/qbluetoothserviceinfo.h>
-#include <QtBluetooth/qbluetoothuuid.h>
-QT_FORWARD_DECLARE_CLASS(QBluetoothServiceDiscoveryAgent)
-QT_FORWARD_DECLARE_CLASS(QListWidgetItem)
+QT_BEGIN_NAMESPACE
-QT_USE_NAMESPACE
+class QBluetoothAddress;
+class QBluetoothServiceDiscoveryAgent;
+class QBluetoothUuid;
+class QListWidgetItem;
-QT_BEGIN_NAMESPACE
namespace Ui {
class RemoteSelector;
}