#define VIEWPROPERTIES_H
#include <views/dolphinview.h>
-#include <kurl.h>
+#include <KUrl>
#include <libdolphin_export.h>
class ViewPropertySettings;
*/
QString viewModePrefix() const;
+ /**
+ * Returns true, if \a filePath is part of the home-path (see QDir::homePath()).
+ */
+ static bool isPartOfHome(const QString& filePath);
+
Q_DISABLE_COPY(ViewProperties)
private: