aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/QuitDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/QuitDialog.h')
-rwxr-xr-xsrc/ui/dialog/QuitDialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/dialog/QuitDialog.h b/src/ui/dialog/QuitDialog.h
index 2d09790b..82a97cd4 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: