diff options
author | Saturneric <[email protected]> | 2021-05-12 02:14:58 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-05-12 02:14:58 +0000 |
commit | 26691b14d7d3294769c1cb0d0e099efd75dcc6c6 (patch) | |
tree | 7e16cb949955e635bada530ba7fd23a43ef8e4bb /include/ui/FileEncryptionDialog.h | |
parent | Srouce Files Tidy and Reform (diff) | |
download | GpgFrontend-26691b14d7d3294769c1cb0d0e099efd75dcc6c6.tar.gz GpgFrontend-26691b14d7d3294769c1cb0d0e099efd75dcc6c6.zip |
File Structure Modified.
Change Headers and Source Files Name.
Modified CMake Structure.
Diffstat (limited to '')
-rwxr-xr-x | include/ui/FileEncryptionDialog.h (renamed from include/fileencryptiondialog.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/fileencryptiondialog.h b/include/ui/FileEncryptionDialog.h index f929716b..ffad362d 100755 --- a/include/fileencryptiondialog.h +++ b/include/ui/FileEncryptionDialog.h @@ -22,9 +22,9 @@ #ifndef __FILEENCRYPTIONDIALOG_H__ #define __FILEENCRYPTIONDIALOG_H__ -#include "gpgcontext.h" -#include "keylist.h" -#include "verifydetailsdialog.h" +#include "gpg/GpgContext.h" +#include "KeyList.h" +#include "VerifyDetailsDialog.h" /** |