diff options
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 { |