diff options
Diffstat (limited to 'hfpag.h')
-rw-r--r-- | hfpag.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,9 +1,8 @@ #ifndef HFPAG_H #define HFPAG_H -#include <QtConnectivity/QBluetoothSocket> - -QTM_USE_NAMESPACE +#include <QtCore/QObject> +#include <QtBluetooth/QBluetoothSocket> class HfpAg : public QObject { |