aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/Wizard.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-11-28 04:35:01 +0000
committerSaturneric <[email protected]>2021-11-28 04:35:01 +0000
commitb5b3ba7b1dc52a8dbae2a3a6970b44ede827f060 (patch)
tree7dffd4f4e6684d078616d88999590b95e8a56410 /src/ui/Wizard.h
parentUI Framework Modified. (diff)
downloadGpgFrontend-b5b3ba7b1dc52a8dbae2a3a6970b44ede827f060.tar.gz
GpgFrontend-b5b3ba7b1dc52a8dbae2a3a6970b44ede827f060.zip
Can be compiled with minimal UI support.
Diffstat (limited to '')
-rw-r--r--src/ui/Wizard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/Wizard.h b/src/ui/Wizard.h
index cb6cd13e..41b1a745 100644
--- a/src/ui/Wizard.h
+++ b/src/ui/Wizard.h
@@ -25,11 +25,11 @@
#ifndef WIZARD_H
#define WIZARD_H
-#include "SettingsDialog.h"
#include "gpg/GpgConstants.h"
#include "ui/GpgFrontendUI.h"
#include "ui/KeyMgmt.h"
#include "ui/keygen/KeygenDialog.h"
+#include "ui/settings/SettingsDialog.h"
namespace GpgFrontend::UI {