diff options
author | saturneric <[email protected]> | 2023-11-06 09:17:47 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-11-06 09:17:47 +0000 |
commit | 0251f35c93e3f0e0a6853a50fb5bd82c1b9e4187 (patch) | |
tree | 0025299b6b6bb0be2c41e6798ae7b09d16b52773 /src/ui/dialog/import_export/KeyServerImportDialog.h | |
parent | feat: update thridparty libraries (diff) | |
download | GpgFrontend-0251f35c93e3f0e0a6853a50fb5bd82c1b9e4187.tar.gz GpgFrontend-0251f35c93e3f0e0a6853a50fb5bd82c1b9e4187.zip |
refactor: clean up core's codes
Diffstat (limited to 'src/ui/dialog/import_export/KeyServerImportDialog.h')
-rw-r--r-- | src/ui/dialog/import_export/KeyServerImportDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/import_export/KeyServerImportDialog.h b/src/ui/dialog/import_export/KeyServerImportDialog.h index 9085e55d..13ae00b5 100644 --- a/src/ui/dialog/import_export/KeyServerImportDialog.h +++ b/src/ui/dialog/import_export/KeyServerImportDialog.h @@ -32,7 +32,7 @@ #include <string> #include "KeyImportDetailDialog.h" -#include "core/GpgContext.h" +#include "core/function/gpg/GpgContext.h" #include "ui/GpgFrontendUI.h" #include "ui/dialog/GeneralDialog.h" #include "ui/widgets/KeyList.h" |