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