]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/places/placesitem.cpp
Merge branch 'davidedmundson/highdpi'
[dolphin.git] / src / panels / places / placesitem.cpp
index 59c2ed7332d41628919ba8d229c423a9d2ffc356..45e0f6ef2f3b7769400306d4690b51b320c97a45 100644 (file)
@@ -23,7 +23,7 @@
 #include "placesitem.h"
 
 #include <KBookmarkManager>
-#include <KDebug>
+#include "dolphindebug.h"
 #include <KDirLister>
 #include <KLocalizedString>
 #include "placesitemsignalhandler.h"
@@ -179,7 +179,7 @@ PlacesItem::GroupType PlacesItem::groupType() const
             return SearchForType;
         }
 
-        if (protocol == QLatin1String("bluetooth")) {
+        if (protocol == QLatin1String("bluetooth") || protocol == QLatin1String("obexftp")) {
             return DevicesType;
         }