diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/key_generate/SubkeyGenerateDialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/key_generate/SubkeyGenerateDialog.h b/src/ui/key_generate/SubkeyGenerateDialog.h index 0788c9c9..4ab90ad4 100644 --- a/src/ui/key_generate/SubkeyGenerateDialog.h +++ b/src/ui/key_generate/SubkeyGenerateDialog.h @@ -27,8 +27,8 @@ #ifndef GPGFRONTEND_SUBKEYGENERATEDIALOG_H #define GPGFRONTEND_SUBKEYGENERATEDIALOG_H -#include "gpg/GpgContext.h" -#include "gpg/GpgGenKeyInfo.h" +#include "core/GpgContext.h" +#include "core/GpgGenKeyInfo.h" #include "ui/GpgFrontendUI.h" namespace GpgFrontend::UI { |