diff options
author | Ken Moore <moorekou@gmail.com> | 2016-06-30 22:19:27 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-06-30 22:19:27 -0400 |
commit | fda22def5e685517433f686307ea00e90b6ec070 (patch) | |
tree | 481b0aa4a67cd8cfe39698ef9722fc4d1e038727 /src-qt5/core-utils/lumina-config/main.cpp | |
parent | Setup lumina-fileinfo that that it can be used to create brand-new applicatio... (diff) | |
parent | Ensure that the quick command run routine will never hang the system for more... (diff) | |
download | lumina-fda22def5e685517433f686307ea00e90b6ec070.tar.gz lumina-fda22def5e685517433f686307ea00e90b6ec070.tar.bz2 lumina-fda22def5e685517433f686307ea00e90b6ec070.zip |
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'src-qt5/core-utils/lumina-config/main.cpp')
-rw-r--r-- | src-qt5/core-utils/lumina-config/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core-utils/lumina-config/main.cpp b/src-qt5/core-utils/lumina-config/main.cpp index 8056a083..856570c0 100644 --- a/src-qt5/core-utils/lumina-config/main.cpp +++ b/src-qt5/core-utils/lumina-config/main.cpp @@ -4,7 +4,7 @@ #include <QDebug> #include <QFile> -#include "mainUI.h" + #include "mainWindow.h" #include <LuminaOS.h> #include <LuminaUtils.h> |