diff options
Diffstat (limited to 'src/ui/help/AboutDialog.h')
-rw-r--r-- | src/ui/help/AboutDialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/help/AboutDialog.h b/src/ui/help/AboutDialog.h index 40d93f3e..09a63734 100644 --- a/src/ui/help/AboutDialog.h +++ b/src/ui/help/AboutDialog.h @@ -31,6 +31,7 @@ #include "core/GpgContext.h" #include "ui/GpgFrontendUI.h" +#include "ui/dialog/GeneralDialog.h" #include "ui/struct/SoftwareVersion.h" namespace GpgFrontend::UI { @@ -116,7 +117,7 @@ class UpdateTab : public QWidget { * @brief Class for handling the about dialog * */ -class AboutDialog : public QDialog { +class AboutDialog : public GeneralDialog { Q_OBJECT public: |