diff options
author | Saturneric <[email protected]> | 2022-02-04 16:47:18 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-02-04 16:47:18 +0000 |
commit | 830fe612c6bbbff98274093b0128c9ca489f9f79 (patch) | |
tree | f3d90bc55f16eb431191b23bbc00ae0b0a9e78ef /src/ui/key_generate/KeygenDialog.cpp | |
parent | <chore>(project): Adjust the project to make the compilation (diff) | |
download | GpgFrontend-830fe612c6bbbff98274093b0128c9ca489f9f79.tar.gz GpgFrontend-830fe612c6bbbff98274093b0128c9ca489f9f79.zip |
<refactor>(src): rename the gpg directory to core
Diffstat (limited to 'src/ui/key_generate/KeygenDialog.cpp')
-rw-r--r-- | src/ui/key_generate/KeygenDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/key_generate/KeygenDialog.cpp b/src/ui/key_generate/KeygenDialog.cpp index cbbe7145..06fa79a5 100644 --- a/src/ui/key_generate/KeygenDialog.cpp +++ b/src/ui/key_generate/KeygenDialog.cpp @@ -29,7 +29,7 @@ #include "ui/key_generate/KeygenDialog.h" #include "dialog/WaitingDialog.h" -#include "gpg/function/GpgKeyOpera.h" +#include "core/function/GpgKeyOpera.h" #include "ui/SignalStation.h" #include "ui/settings/GlobalSettingStation.h" |