diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-06 07:28:11 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-06 07:45:04 -0500 |
| commit | decd5c1828f495be4e230c9fc6fb79dd9bfdfb81 (patch) | |
| tree | fddae0025e65bd1d5064bf8ad6fa73a23aa750e9 /src | |
| parent | 4f84565085e19b6f6939783c64ebf95599f879be (diff) | |
renamed lockwidget files to uilocker
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 6 | ||||
| -rw-r--r-- | src/iuserinterface.h | 1 | ||||
| -rw-r--r-- | src/organizercore.h | 2 | ||||
| -rw-r--r-- | src/processrunner.h | 2 | ||||
| -rw-r--r-- | src/uilocker.cpp (renamed from src/lockwidget.cpp) | 2 | ||||
| -rw-r--r-- | src/uilocker.h (renamed from src/lockwidget.h) | 0 |
6 files changed, 6 insertions, 7 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 06f2cd1e..d935981d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -141,7 +141,7 @@ SET(organizer_SRCS colortable.cpp sanitychecks.cpp processrunner.cpp - lockwidget.cpp + uilocker.cpp shared/windows_error.cpp shared/error_report.cpp @@ -262,7 +262,7 @@ SET(organizer_HDRS envwindows.h colortable.h processrunner.h - lockwidget.h + uilocker.h shared/windows_error.h shared/error_report.h @@ -344,6 +344,7 @@ set(core organizerproxy apiuseraccount processrunner + uilocker ) set(dialogs @@ -473,7 +474,6 @@ set(widgets filterwidget icondelegate lcdnumber - lockwidget loglist loghighlighter modflagicondelegate diff --git a/src/iuserinterface.h b/src/iuserinterface.h index 99caceb1..aa48194f 100644 --- a/src/iuserinterface.h +++ b/src/iuserinterface.h @@ -3,7 +3,6 @@ #include "modinfodialogfwd.h"
-#include "lockwidget.h"
#include <iplugintool.h>
#include <ipluginmodpage.h>
#include <delayedfilewriter.h>
diff --git a/src/organizercore.h b/src/organizercore.h index 47630dc2..6c9edb9f 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -14,7 +14,7 @@ #include "usvfsconnector.h"
#include "moshortcut.h"
#include "processrunner.h"
-#include "lockwidget.h"
+#include "uilocker.h"
#include <directoryentry.h>
#include <imoinfo.h>
#include <iplugindiagnose.h>
diff --git a/src/processrunner.h b/src/processrunner.h index af5cd416..c61d6b70 100644 --- a/src/processrunner.h +++ b/src/processrunner.h @@ -2,7 +2,7 @@ #define PROCESSRUNNER_H #include "spawn.h" -#include "lockwidget.h" +#include "uilocker.h" #include "envmodule.h" #include <executableinfo.h> diff --git a/src/lockwidget.cpp b/src/uilocker.cpp index 150d2847..01794d6b 100644 --- a/src/lockwidget.cpp +++ b/src/uilocker.cpp @@ -1,4 +1,4 @@ -#include "lockwidget.h" +#include "uilocker.h" #include "mainwindow.h" #include <QGraphicsDropShadowEffect> #include <QMenuBar> diff --git a/src/lockwidget.h b/src/uilocker.h index d8c22999..d8c22999 100644 --- a/src/lockwidget.h +++ b/src/uilocker.h |
