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