diff options
| author | Peter Penz <[email protected]> | 2011-11-06 11:58:48 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-11-06 11:59:26 +0100 |
| commit | 3c77ffe832a00f405e474f11da7b39d37a410a5b (patch) | |
| tree | 2d84d23b993e759710127a296b9f5a19d62cea90 /src/views/viewproperties.cpp | |
| parent | 4fcb5662a784b8490c989cfda84e5ee649334418 (diff) | |
Delete obsolete class DolphinSettings
Diffstat (limited to 'src/views/viewproperties.cpp')
| -rw-r--r-- | src/views/viewproperties.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/views/viewproperties.cpp b/src/views/viewproperties.cpp index bb747139f..9f8b4d8ba 100644 --- a/src/views/viewproperties.cpp +++ b/src/views/viewproperties.cpp @@ -33,8 +33,6 @@ #include <QFile> #include <QFileInfo> -#include "settings/dolphinsettings.h" - namespace { // String representation to mark the additional properties of // the details view as customized by the user. See @@ -47,7 +45,7 @@ ViewProperties::ViewProperties(const KUrl& url) : m_autoSave(true), m_node(0) { - GeneralSettings* settings = DolphinSettings::instance().generalSettings(); + GeneralSettings* settings = GeneralSettings::self(); const bool useGlobalViewProps = settings->globalViewProps(); bool useDetailsViewWithPath = false; |
