diff options
Diffstat (limited to 'application/dialogs')
-rw-r--r-- | application/dialogs/NotificationDialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/dialogs/NotificationDialog.cpp b/application/dialogs/NotificationDialog.cpp index d61bf6bd..80adab3d 100644 --- a/application/dialogs/NotificationDialog.cpp +++ b/application/dialogs/NotificationDialog.cpp @@ -2,6 +2,7 @@ #include "ui_NotificationDialog.h" #include <QTimerEvent> +#include <QStyle> NotificationDialog::NotificationDialog(const NotificationChecker::NotificationEntry &entry, QWidget *parent) : QDialog(parent, Qt::MSWindowsFixedSizeDialogHint | Qt::WindowTitleHint | Qt::CustomizeWindowHint), |