#include "placesitem.h"
#include <KBookmarkManager>
-#include <KDebug>
+#include "dolphindebug.h"
#include <KDirLister>
#include <KLocalizedString>
#include "placesitemsignalhandler.h"
return SearchForType;
}
- if (protocol == QLatin1String("bluetooth")) {
+ if (protocol == QLatin1String("bluetooth") || protocol == QLatin1String("obexftp")) {
return DevicesType;
}