summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/btserviceitem.cpp
authorzecke <zecke>2002-07-12 19:17:11 (UTC)
committer zecke <zecke>2002-07-12 19:17:11 (UTC)
commit04fc12b5275c5b5968f52f84c997fc2bdffb5781 (patch) (side-by-side diff)
treee7ce14fd1df7c6b6b0501f0044b5bc849ec5297b /noncore/net/opietooth/manager/btserviceitem.cpp
parentd0401e1888a9a1af6be3a737484afca699642d15 (diff)
downloadopie-04fc12b5275c5b5968f52f84c997fc2bdffb5781.zip
opie-04fc12b5275c5b5968f52f84c997fc2bdffb5781.tar.gz
opie-04fc12b5275c5b5968f52f84c997fc2bdffb5781.tar.bz2
Changes I don't remember
But now the really refactoring begins
Diffstat (limited to 'noncore/net/opietooth/manager/btserviceitem.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/btserviceitem.cpp2
1 files changed, 1 insertions, 1 deletions
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;