]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/viewproperties.cpp
Postpone the creating of the dir lister to the first show event. This assures that...
[dolphin.git] / src / viewproperties.cpp
index ab5e0634e2083087a8ced4b263ad7b01452d4e26..21f0c39da8844c35ed26a1d9bc9e2ee77eb86e1c 100644 (file)
 #include <klocale.h>
 #include <kstandarddirs.h>
 #include <kurl.h>
-#include <kcomponentdata.h>
 
 #include "viewproperties.h"
 #include "dolphinsettings.h"
+#include "dolphin_directoryviewpropertysettings.h"
 #include "dolphin_generalsettings.h"
 
 #define FILE_NAME "/.directory"
 
 ViewProperties::ViewProperties(const KUrl& url) :
-        m_changedProps(false),
-        m_autoSave(true),
-        m_node(0)
+    m_changedProps(false),
+    m_autoSave(true),
+    m_node(0)
 {
     KUrl cleanUrl(url);
     cleanUrl.cleanPath();