diff --git a/src/main.cpp b/src/main.cpp --- a/src/main.cpp +++ b/src/main.cpp @@ -18,6 +18,7 @@ #include #include #include +#include #include "mainwindow.h" #include "config.h" @@ -61,6 +62,8 @@ QStringLiteral("http://patrickjp.com")); aboutData.addAuthor(i18n("Tomaz Canabrava"), i18n("Contributor"), QStringLiteral("tomaz@kde.com"), QStringLiteral("http://angrycane.com.br")); + AtCore *core = new AtCore(); + aboutData.setOtherText(i18n("Using AtCore:%1").arg(ATCORE_VERSION_STRING)); KAboutData::setApplicationData(aboutData); MainWindow *m = new MainWindow();