diff --git a/MessageBox.cpp b/MessageBox.cpp index 0f8b3972c..7c6f05132 100644 --- a/MessageBox.cpp +++ b/MessageBox.cpp @@ -2,6 +2,7 @@ #include #include +#include #include "revision_utils.hpp" @@ -13,7 +14,7 @@ MessageBox::MessageBox (QWidget * parent) MessageBox::MessageBox (Icon icon, QString const& text, StandardButtons buttons , QWidget * parent, Qt::WindowFlags flags) - : QMessageBox {icon, program_title (), text, buttons, parent, flags} + : QMessageBox {icon, QCoreApplication::applicationName (), text, buttons, parent, flags} { }