aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/FileEncryptionDialog.h
diff options
context:
space:
mode:
authorSaturn&Eric <[email protected]>2021-12-07 08:37:54 +0000
committerGitHub <[email protected]>2021-12-07 08:37:54 +0000
commitcc89ad54ab3dd4aeb3ed7afeed59a80b6e61649c (patch)
tree865d2298d836c8eb36584b5d268325bca4a66a78 /src/ui/FileEncryptionDialog.h
parentMerge pull request #26 from saturneric/develop (diff)
parentFix Bugs on KeyUploadDialog (diff)
downloadGpgFrontend-cc89ad54ab3dd4aeb3ed7afeed59a80b6e61649c.tar.gz
GpgFrontend-cc89ad54ab3dd4aeb3ed7afeed59a80b6e61649c.zip
Merge pull request #28 from saturneric/develop
Diffstat (limited to 'src/ui/FileEncryptionDialog.h')
-rwxr-xr-xsrc/ui/FileEncryptionDialog.h2
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 {