diff options
author | Saturneric <[email protected]> | 2021-12-06 15:58:23 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-06 15:58:43 +0000 |
commit | 97d13004e4f1cb33941a9be57c7e7662e223890b (patch) | |
tree | 6bf2466046379fd8ac2a0e9ca3605e15dce4672d /src/ui/FileEncryptionDialog.h | |
parent | Merge branch 'develop' of github.com:saturneric/GpgFrontend into develop-ci (diff) | |
download | GpgFrontend-97d13004e4f1cb33941a9be57c7e7662e223890b.tar.gz GpgFrontend-97d13004e4f1cb33941a9be57c7e7662e223890b.zip |
Improve UI & Functions
Diffstat (limited to 'src/ui/FileEncryptionDialog.h')
-rwxr-xr-x | src/ui/FileEncryptionDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/FileEncryptionDialog.h b/src/ui/FileEncryptionDialog.h index 613f84e7..b09bb8db 100755 --- a/src/ui/FileEncryptionDialog.h +++ b/src/ui/FileEncryptionDialog.h @@ -25,9 +25,9 @@ #ifndef __FILEENCRYPTIONDIALOG_H__ #define __FILEENCRYPTIONDIALOG_H__ -#include "VerifyDetailsDialog.h" #include "gpg/GpgContext.h" #include "ui/GpgFrontendUI.h" +#include "ui/details/VerifyDetailsDialog.h" #include "ui/widgets/KeyList.h" namespace GpgFrontend::UI { |