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