-rw-r--r-- | noncore/net/opietooth/manager/bluebase.h | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/manager/btserviceitem.cpp | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/noncore/net/opietooth/manager/bluebase.h b/noncore/net/opietooth/manager/bluebase.h index a8f4fe4..bbc519c 100644 --- a/noncore/net/opietooth/manager/bluebase.h +++ b/noncore/net/opietooth/manager/bluebase.h | |||
@@ -14,4 +14,5 @@ | |||
14 | #include "btserviceitem.h" | 14 | #include "btserviceitem.h" |
15 | #include "btdeviceitem.h" | 15 | #include "btdeviceitem.h" |
16 | #include "popuphelper.h" | ||
16 | 17 | ||
17 | #include "bticonloader.h" | 18 | #include "bticonloader.h" |
@@ -54,4 +55,5 @@ namespace OpieTooth { | |||
54 | void initGui(); | 55 | void initGui(); |
55 | void setInfo(); | 56 | void setInfo(); |
57 | PopupHelper m_popHelper; | ||
56 | Manager *m_localDevice; | 58 | Manager *m_localDevice; |
57 | QMap<QString,BTDeviceItem*> m_deviceList; | 59 | QMap<QString,BTDeviceItem*> m_deviceList; |
diff --git a/noncore/net/opietooth/manager/btserviceitem.cpp b/noncore/net/opietooth/manager/btserviceitem.cpp index db71c3c..352e793 100644 --- a/noncore/net/opietooth/manager/btserviceitem.cpp +++ b/noncore/net/opietooth/manager/btserviceitem.cpp | |||
@@ -14,5 +14,5 @@ BTServiceItem::~BTServiceItem() { | |||
14 | } | 14 | } |
15 | QString BTServiceItem::type() const { | 15 | QString BTServiceItem::type() const { |
16 | return QString::fromLatin1("Service"); | 16 | return QString::fromLatin1("service"); |
17 | } | 17 | } |
18 | int BTServiceItem::typeId() const { | 18 | int BTServiceItem::typeId() const { |