diff options
Diffstat (limited to 'src/ui/dialog/keypair_details/KeyUIDSignDialog.h')
-rw-r--r-- | src/ui/dialog/keypair_details/KeyUIDSignDialog.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ui/dialog/keypair_details/KeyUIDSignDialog.h b/src/ui/dialog/keypair_details/KeyUIDSignDialog.h index 35d722ad..652efbbc 100644 --- a/src/ui/dialog/keypair_details/KeyUIDSignDialog.h +++ b/src/ui/dialog/keypair_details/KeyUIDSignDialog.h @@ -28,12 +28,11 @@ #pragma once -#include "core/function/gpg/GpgContext.h" -#include "ui/GpgFrontendUI.h" +#include "core/typedef/GpgTypedef.h" #include "ui/dialog/GeneralDialog.h" -#include "ui/widgets/KeyList.h" namespace GpgFrontend::UI { +class KeyList; class KeyUIDSignDialog : public GeneralDialog { Q_OBJECT |