summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontrollerbase_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qlowenergycontrollerbase_p.h')
-rw-r--r--src/bluetooth/qlowenergycontrollerbase_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bluetooth/qlowenergycontrollerbase_p.h b/src/bluetooth/qlowenergycontrollerbase_p.h
index 3555e7e8..27ab47ec 100644
--- a/src/bluetooth/qlowenergycontrollerbase_p.h
+++ b/src/bluetooth/qlowenergycontrollerbase_p.h
@@ -63,7 +63,7 @@ QT_BEGIN_NAMESPACE
typedef QMap<QBluetoothUuid, QSharedPointer<QLowEnergyServicePrivate> > ServiceDataMap;
-class QLowEnergyControllerPrivateBase : public QObject
+class QLowEnergyControllerPrivate : public QObject
{
Q_OBJECT
public:
@@ -72,8 +72,8 @@ public:
// Bluez has a low level ATT protocol stack implementation and a DBus
// implementation.
- QLowEnergyControllerPrivateBase();
- virtual ~QLowEnergyControllerPrivateBase();
+ QLowEnergyControllerPrivate();
+ virtual ~QLowEnergyControllerPrivate();
// interface definition
virtual void init() = 0;