aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/key_generate/KeygenDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/key_generate/KeygenDialog.h')
-rw-r--r--src/ui/key_generate/KeygenDialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/key_generate/KeygenDialog.h b/src/ui/key_generate/KeygenDialog.h
index 751ebdd8..baf10dbf 100644
--- a/src/ui/key_generate/KeygenDialog.h
+++ b/src/ui/key_generate/KeygenDialog.h
@@ -30,6 +30,7 @@
#include "core/GpgContext.h"
#include "core/GpgGenKeyInfo.h"
#include "ui/GpgFrontendUI.h"
+#include "ui/dialog/GeneralDialog.h"
namespace GpgFrontend::UI {
@@ -37,7 +38,7 @@ namespace GpgFrontend::UI {
* @brief
*
*/
-class KeyGenDialog : public QDialog {
+class KeyGenDialog : public GeneralDialog {
Q_OBJECT
public: