X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/fa988586bc923b33497cbc97aaac07fc93a4ca83..e256daa5693ba271a62959372f3e89cc93da9487:/src/views/viewproperties.cpp diff --git a/src/views/viewproperties.cpp b/src/views/viewproperties.cpp index 018f42d2b..5eb5d23fd 100644 --- a/src/views/viewproperties.cpp +++ b/src/views/viewproperties.cpp @@ -379,7 +379,6 @@ bool ViewProperties::exist() const QString ViewProperties::destinationDir(const QString& subDir) const { QString path = QStandardPaths::writableLocation(QStandardPaths::DataLocation); - path.append(KGlobal::mainComponent().componentName()); path.append("/view_properties/").append(subDir); return path; }