┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/dolphinsettings.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-08-08 23:41:18 +0200
committerPeter Penz <[email protected]>2011-08-09 16:22:36 +0200
commit3957884bf2e44619a4ed35ba0ffead519988885b (patch)
treed8a5bf1a015cc6001adb4afc5f0f1da721908a22 /src/settings/dolphinsettings.cpp
parent4692eb7c96f57328479862c0d17d7945b4e87188 (diff)
Improvements for selections, smooth scrolling, tooltips and info-panel
Diffstat (limited to 'src/settings/dolphinsettings.cpp')
-rw-r--r--src/settings/dolphinsettings.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/settings/dolphinsettings.cpp b/src/settings/dolphinsettings.cpp
index 9fc0cea3d..aae684201 100644
--- a/src/settings/dolphinsettings.cpp
+++ b/src/settings/dolphinsettings.cpp
@@ -48,15 +48,12 @@ void DolphinSettings::save()
DolphinSettings::DolphinSettings()
{
- m_generalSettings = new GeneralSettings();
+ m_generalSettings = GeneralSettings::self();
m_placesModel = new KFilePlacesModel();
}
DolphinSettings::~DolphinSettings()
{
- delete m_generalSettings;
- m_generalSettings = 0;
-
delete m_placesModel;
m_placesModel = 0;
}