diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/dialog/keypair_details/KeyNewUIDDialog.h (renamed from src/ui/keypair_details/KeyNewUIDDialog.h) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/keypair_details/KeyNewUIDDialog.h b/src/ui/dialog/keypair_details/KeyNewUIDDialog.h index 24f2c6b1..291b59c4 100644 --- a/src/ui/keypair_details/KeyNewUIDDialog.h +++ b/src/ui/dialog/keypair_details/KeyNewUIDDialog.h @@ -29,9 +29,10 @@ #include "core/GpgContext.h" #include "ui/GpgFrontendUI.h" +#include "ui/dialog/GeneralDialog.h" namespace GpgFrontend::UI { -class KeyNewUIDDialog : public QDialog { +class KeyNewUIDDialog : public GeneralDialog { Q_OBJECT public: |