diff options
Diffstat (limited to 'src/ui/dialog/QuitDialog.h')
-rwxr-xr-x | src/ui/dialog/QuitDialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/dialog/QuitDialog.h b/src/ui/dialog/QuitDialog.h index 2d09790b..2fd9e382 100755 --- a/src/ui/dialog/QuitDialog.h +++ b/src/ui/dialog/QuitDialog.h @@ -30,6 +30,7 @@ #define __QUITDIALOG_H__ #include "ui/GpgFrontendUI.h" +#include "ui/dialog/GeneralDialog.h" namespace GpgFrontend::UI { @@ -37,7 +38,7 @@ namespace GpgFrontend::UI { * @brief * */ -class QuitDialog : public QDialog { +class QuitDialog : public GeneralDialog { Q_OBJECT public: |