]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/viewproperties.h
reactivate ScrollPerPixel again, as the Qt-patch for "divide by zero" has been applie...
[dolphin.git] / src / viewproperties.h
index 65207afa0d06496c5b3a8ea2f1996d7d4e7b68d7..cba68ad3c2caccaeabbe2bff7ff58b5fb31c5c0f 100644 (file)
@@ -25,7 +25,6 @@
 #include <kurl.h>
 #include <libdolphin_export.h>
 
-class QFile;
 class ViewPropertySettings;
 /**
  * @brief Maintains the view properties like 'view mode' or
@@ -125,6 +124,8 @@ private:
     bool m_autoSave;
     QString m_filepath;
     ViewPropertySettings* m_node;
+
+    static bool m_nepomukSupport;
 };
 
 #endif