diff options
Diffstat (limited to '')
-rw-r--r-- | include/ui/KeygenDialog.h (renamed from include/keygendialog.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/keygendialog.h b/include/ui/KeygenDialog.h index 9a6b219c..cca92830 100644 --- a/include/keygendialog.h +++ b/include/ui/KeygenDialog.h @@ -22,8 +22,8 @@ #ifndef __KEYGENDIALOG_H__ #define __KEYGENDIALOG_H__ -#include "keygenthread.h" -#include "gpgcontext.h" +#include "KeygenThread.h" +#include "gpg/GpgContext.h" class KeyGenDialog : public QDialog { |