summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/bticonloader.cpp
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/manager/bticonloader.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bticonloader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opietooth/manager/bticonloader.cpp b/noncore/net/opietooth/manager/bticonloader.cpp
index f299117..a26af54 100644
--- a/noncore/net/opietooth/manager/bticonloader.cpp
+++ b/noncore/net/opietooth/manager/bticonloader.cpp
@@ -66,7 +66,7 @@ namespace OpieTooth {
QMap<int, QString>::Iterator it;
- it = deviceIcons.find( serviceClass );
+ it = serviceIcons.find( serviceClass );
iconName = it.data();
if ( iconName.isEmpty() ) {