]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/viewproperties.h
use inline keyword as suggested at http://www.parashift.com/c%2B%2B-faq-lite/inline...
[dolphin.git] / src / viewproperties.h
index 74f15580b1ac8b2b7c8710c1fc6b48530d272c94..cba68ad3c2caccaeabbe2bff7ff58b5fb31c5c0f 100644 (file)
 #define VIEWPROPERTIES_H
 
 #include <dolphinview.h>
-#include <kfileitemdelegate.h>
 #include <kurl.h>
-#include <QtCore/QDate>
 #include <libdolphin_export.h>
-#include "dolphin_directoryviewpropertysettings.h"
-
-class QFile;
 
+class ViewPropertySettings;
 /**
  * @brief Maintains the view properties like 'view mode' or
  *        'show hidden files' for a directory.
@@ -128,6 +124,8 @@ private:
     bool m_autoSave;
     QString m_filepath;
     ViewPropertySettings* m_node;
+
+    static bool m_nepomukSupport;
 };
 
 #endif