]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/viewproperties.cpp
Adapt to new konsole api
[dolphin.git] / src / viewproperties.cpp
index eed6badc88148cbe50afb7fa184ecfb85096b915..21f0c39da8844c35ed26a1d9bc9e2ee77eb86e1c 100644 (file)
 
 #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();