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/KeyServerImportDialog.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 '')
-rw-r--r-- | include/ui/KeyServerImportDialog.h (renamed from include/keyserverimportdialog.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/keyserverimportdialog.h b/include/ui/KeyServerImportDialog.h index 289aa231..5ea6f800 100644 --- a/include/keyserverimportdialog.h +++ b/include/ui/KeyServerImportDialog.h @@ -23,9 +23,9 @@ #ifndef __KEYSERVERIMPORTDIALOG_H__ #define __KEYSERVERIMPORTDIALOG_H__ -#include "gpgcontext.h" -#include "keyimportdetaildialog.h" -#include "keylist.h" +#include "gpg/GpgContext.h" +#include "KeyImportDetailDialog.h" +#include "KeyList.h" class KeyServerImportDialog : public QDialog { |