summaryrefslogtreecommitdiff
path: root/sapbtpeer.h
diff options
context:
space:
mode:
Diffstat (limited to 'sapbtpeer.h')
-rw-r--r--sapbtpeer.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sapbtpeer.h b/sapbtpeer.h
index da77f22..66f8cbb 100644
--- a/sapbtpeer.h
+++ b/sapbtpeer.h
@@ -2,16 +2,7 @@
#define SAPBTPEER_H
#include <QtCore/QObject>
-
-#if QT_VERSION >= QT_VERSION_CHECK(5,2,0)
-#include <QtBluetooth/QBluetoothSocket>
-#elif QT_VERSION >= QT_VERSION_CHECK(5,0,0)
#include <QtBluetooth/QBluetoothSocket>
-QT_USE_NAMESPACE_BLUETOOTH
-#else
-#include <QtConnectivity/QBluetoothSocket>
-QTM_USE_NAMESPACE
-#endif
#include "sappeer.h"