diff options
Diffstat (limited to 'src/ui/import_export/KeyImportDetailDialog.h')
-rw-r--r-- | src/ui/import_export/KeyImportDetailDialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/import_export/KeyImportDetailDialog.h b/src/ui/import_export/KeyImportDetailDialog.h index 9b875089..860cfa8d 100644 --- a/src/ui/import_export/KeyImportDetailDialog.h +++ b/src/ui/import_export/KeyImportDetailDialog.h @@ -29,8 +29,8 @@ #ifndef __KEYIMPORTDETAILSDIALOG_H__ #define __KEYIMPORTDETAILSDIALOG_H__ -#include "gpg/GpgContext.h" -#include "gpg/function/GpgKeyImportExporter.h" +#include "core/GpgContext.h" +#include "core/function/GpgKeyImportExporter.h" #include "ui/GpgFrontendUI.h" namespace GpgFrontend::UI { |