diff options
Diffstat (limited to 'lib/about/aboutdialog.cpp')
-rw-r--r-- | lib/about/aboutdialog.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/about/aboutdialog.cpp b/lib/about/aboutdialog.cpp index c7ed385..555a69f 100644 --- a/lib/about/aboutdialog.cpp +++ b/lib/about/aboutdialog.cpp @@ -9,8 +9,6 @@ #include "aboutdialog.h" #include "ui_aboutdialog.h" #include <version.h> -#include <QtWebEngine/QtWebEngineVersion> -#include <boost/version.hpp> // compiler // clang also defines __GNUC__, so we need to check for clang first @@ -36,7 +34,7 @@ AboutDialog::AboutDialog(QWidget *parent) ui->aboutLabel->setText(tr("<h2>smolbote %1</h2>" "<p><i>yet another no-frills browser</i></p>" "<p>This program is free software, see <i>License</i> for more information.</p>" - "<p>This program uses free software: Qt " QT_VERSION_STR " and Boost " BOOST_LIB_VERSION "</p>") + "<p>This program uses free software: Qt5, Boost</p>") .arg(qApp->applicationVersion())); ui->licenseLabel->setText(tr("<p>Copyright 2017 - 2018 aqua</p>" |