From 04fc12b5275c5b5968f52f84c997fc2bdffb5781 Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 12 Jul 2002 19:17:11 +0000 Subject: Changes I don't remember But now the really refactoring begins --- (limited to 'noncore/net') 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 @@ -13,6 +13,7 @@ #include "btserviceitem.h" #include "btdeviceitem.h" +#include "popuphelper.h" #include "bticonloader.h" @@ -53,6 +54,7 @@ namespace OpieTooth { QString status()const; void initGui(); void setInfo(); + PopupHelper m_popHelper; Manager *m_localDevice; QMap 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 @@ -13,7 +13,7 @@ BTServiceItem::~BTServiceItem() { } QString BTServiceItem::type() const { - return QString::fromLatin1("Service"); + return QString::fromLatin1("service"); } int BTServiceItem::typeId() const { return Service; -- cgit v0.9.0.2