diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/keygen/KeygenDialog.cpp (renamed from src/ui/KeygenDialog.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/KeygenDialog.cpp b/src/ui/keygen/KeygenDialog.cpp index d930fffe..347ebedc 100644 --- a/src/ui/KeygenDialog.cpp +++ b/src/ui/keygen/KeygenDialog.cpp @@ -22,7 +22,7 @@ * */ -#include "ui/KeygenDialog.h" +#include "ui/keygen/KeygenDialog.h" KeyGenDialog::KeyGenDialog(GpgME::GpgContext *ctx, QWidget *parent) : QDialog(parent), mCtx(ctx) { |