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/KeyList.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/KeyList.h (renamed from include/keylist.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/keylist.h b/include/ui/KeyList.h index 1b8bb7ff..4e478bc0 100644 --- a/include/keylist.h +++ b/include/ui/KeyList.h @@ -22,8 +22,8 @@ #ifndef __KEYLIST_H__ #define __KEYLIST_H__ -#include "gpgcontext.h" -#include "keyimportdetaildialog.h" +#include "gpg/GpgContext.h" +#include "KeyImportDetailDialog.h" class KeyList : public QWidget { |