diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/KeygenDialog.cpp (renamed from src/keygendialog.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keygendialog.cpp b/src/ui/KeygenDialog.cpp index 16d8f9b5..762acd52 100644 --- a/src/keygendialog.cpp +++ b/src/ui/KeygenDialog.cpp @@ -20,7 +20,7 @@ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/> */ -#include "keygendialog.h" +#include "ui/KeygenDialog.h" KeyGenDialog::KeyGenDialog(GpgME::GpgContext *ctx, QWidget *parent) : QDialog(parent) { |