diff options
Diffstat (limited to 'src/ui/keypair_details/KeySetExpireDateDialog.h')
-rw-r--r-- | src/ui/keypair_details/KeySetExpireDateDialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/keypair_details/KeySetExpireDateDialog.h b/src/ui/keypair_details/KeySetExpireDateDialog.h index f8e8f51c..3c0b62f7 100644 --- a/src/ui/keypair_details/KeySetExpireDateDialog.h +++ b/src/ui/keypair_details/KeySetExpireDateDialog.h @@ -29,9 +29,9 @@ #ifndef GPGFRONTEND_KEYSETEXPIREDATEDIALOG_H #define GPGFRONTEND_KEYSETEXPIREDATEDIALOG_H -#include "gpg/GpgContext.h" -#include "gpg/model/GpgKey.h" -#include "gpg/model/GpgSubKey.h" +#include "core/GpgContext.h" +#include "core/model/GpgKey.h" +#include "core/model/GpgSubKey.h" #include "ui/GpgFrontendUI.h" class Ui_ModifiedExpirationDateTime; |