-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 @@ #include "btserviceitem.h" #include "btdeviceitem.h" +#include "popuphelper.h" #include "bticonloader.h" @@ -54,4 +55,5 @@ namespace OpieTooth { void initGui(); void setInfo(); + PopupHelper m_popHelper; Manager *m_localDevice; 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() { } QString BTServiceItem::type() const { - return QString::fromLatin1("Service"); + return QString::fromLatin1("service"); } int BTServiceItem::typeId() const { |