diff options
author | Ken Moore <ken@ixsystems.com> | 2016-11-07 14:21:08 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2016-11-07 14:21:08 -0500 |
commit | 1fa6c08c45c07da3d1c0d369d58db31ef8fb9361 (patch) | |
tree | cd9e82fc2de32664da482ecce71c0c0f70ebecf6 /src-qt5/core/lumina-desktop/Globals.h | |
parent | Fix up the pkg-plist for the new libLumina depreciation. (diff) | |
parent | Merge branch 'master' of github.com:trueos/lumina (diff) | |
download | lumina-1fa6c08c45c07da3d1c0d369d58db31ef8fb9361.tar.gz lumina-1fa6c08c45c07da3d1c0d369d58db31ef8fb9361.tar.bz2 lumina-1fa6c08c45c07da3d1c0d369d58db31ef8fb9361.zip |
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'src-qt5/core/lumina-desktop/Globals.h')
-rw-r--r-- | src-qt5/core/lumina-desktop/Globals.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop/Globals.h b/src-qt5/core/lumina-desktop/Globals.h index 479fe4ad..14dfd93f 100644 --- a/src-qt5/core/lumina-desktop/Globals.h +++ b/src-qt5/core/lumina-desktop/Globals.h @@ -7,7 +7,8 @@ #ifndef _LUMINA_DESKTOP_GLOBALS_H #define _LUMINA_DESKTOP_GLOBALS_H -#include <LuminaUtils.h> +#include <LUtils.h> +#include <LDesktopUtils.h> //#include "../global.h" #include <unistd.h> |