diff options
Diffstat (limited to 'src/ui/import_export/ExportKeyPackageDialog.h')
-rw-r--r-- | src/ui/import_export/ExportKeyPackageDialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/import_export/ExportKeyPackageDialog.h b/src/ui/import_export/ExportKeyPackageDialog.h index ecf13b1d..c5f9a2b1 100644 --- a/src/ui/import_export/ExportKeyPackageDialog.h +++ b/src/ui/import_export/ExportKeyPackageDialog.h @@ -30,6 +30,7 @@ #define GPGFRONTEND_EXPORTKEYPACKAGEDIALOG_H #include "GpgFrontendUI.h" +#include "ui/dialog/GeneralDialog.h" class Ui_exportKeyPackageDialog; @@ -39,7 +40,7 @@ namespace GpgFrontend::UI { * @brief * */ -class ExportKeyPackageDialog : public QDialog { +class ExportKeyPackageDialog : public GeneralDialog { Q_OBJECT public: |