diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/dialog/keypair_details/KeyUIDSignDialog.h (renamed from src/ui/keypair_details/KeyUIDSignDialog.h) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/keypair_details/KeyUIDSignDialog.h b/src/ui/dialog/keypair_details/KeyUIDSignDialog.h index 7c1cb58c..bfaff6d2 100644 --- a/src/ui/keypair_details/KeyUIDSignDialog.h +++ b/src/ui/dialog/keypair_details/KeyUIDSignDialog.h @@ -29,11 +29,12 @@ #include "core/GpgContext.h" #include "ui/GpgFrontendUI.h" +#include "ui/dialog/GeneralDialog.h" #include "ui/widgets/KeyList.h" namespace GpgFrontend::UI { -class KeyUIDSignDialog : public QDialog { +class KeyUIDSignDialog : public GeneralDialog { Q_OBJECT public: |