aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/Wizard.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-07-22 17:46:34 +0000
committerSaturneric <[email protected]>2022-07-22 17:46:34 +0000
commita6d22ea199b62d433c595ed5b9f51398fc8b7f5a (patch)
treea09fb7383a655a18a79c72f54c57352ddba7a4b3 /src/ui/dialog/Wizard.h
parentstyle(src): reformat code (diff)
downloadGpgFrontend-a6d22ea199b62d433c595ed5b9f51398fc8b7f5a.tar.gz
GpgFrontend-a6d22ea199b62d433c595ed5b9f51398fc8b7f5a.zip
refactor(ui): adjust file structure
Diffstat (limited to 'src/ui/dialog/Wizard.h')
-rw-r--r--src/ui/dialog/Wizard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/Wizard.h b/src/ui/dialog/Wizard.h
index 1ab0f782..879dc5d9 100644
--- a/src/ui/dialog/Wizard.h
+++ b/src/ui/dialog/Wizard.h
@@ -32,8 +32,8 @@
#include "core/GpgConstants.h"
#include "main_window/KeyMgmt.h"
#include "ui/GpgFrontendUI.h"
-#include "ui/key_generate/KeygenDialog.h"
-#include "ui/settings/SettingsDialog.h"
+#include "ui/dialog/key_generate/KeygenDialog.h"
+#include "ui/dialog/settings/SettingsDialog.h"
namespace GpgFrontend::UI {