From 3da4b900fdc3be3b6a86ec18dbf89bd96269540a Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 10 Jan 2017 11:30:42 -0500 Subject: More setup for Lumina2: 1) Make a new "DesktopSettings" class in libLumina for managing desktop settings files. This class understands/uses a hierarchy of files (User Overrides > System Overrides > Default Settings) and layers them as needed for the session. 2) Cleanup the new source tree a lot more, and get it *mostly* compiling (mostly just the backend classes right now - none of the desktop/WM classes yet). --- .../lumina-desktop-unified/src-screensaver/animations/BaseAnimGroup.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src-qt5/core/lumina-desktop-unified/src-screensaver/animations/BaseAnimGroup.h') diff --git a/src-qt5/core/lumina-desktop-unified/src-screensaver/animations/BaseAnimGroup.h b/src-qt5/core/lumina-desktop-unified/src-screensaver/animations/BaseAnimGroup.h index dd7269d4..3b442281 100644 --- a/src-qt5/core/lumina-desktop-unified/src-screensaver/animations/BaseAnimGroup.h +++ b/src-qt5/core/lumina-desktop-unified/src-screensaver/animations/BaseAnimGroup.h @@ -10,7 +10,7 @@ #ifndef _LUMINA_DESKTOP_SCREEN_SAVER_BASE_ANIMATION_GROUP_H #define _LUMINA_DESKTOP_SCREEN_SAVER_BASE_ANIMATION_GROUP_H -#include "GlobalDefines.h" +#include "global-includes.h" class BaseAnimGroup : public QParallelAnimationGroup{ Q_OBJECT @@ -34,4 +34,4 @@ public: }; -#endif \ No newline at end of file +#endif -- cgit