summaryrefslogtreecommitdiffstats
path: root/gui/pages/OtherLogsPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/pages/OtherLogsPage.h')
-rw-r--r--gui/pages/OtherLogsPage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/pages/OtherLogsPage.h b/gui/pages/OtherLogsPage.h
index 86844749..5777cb83 100644
--- a/gui/pages/OtherLogsPage.h
+++ b/gui/pages/OtherLogsPage.h
@@ -18,6 +18,7 @@
#include <QWidget>
#include "BasePage.h"
+#include <MultiMC.h>
namespace Ui
{
@@ -46,7 +47,7 @@ public:
}
QIcon icon() const override
{
- return QIcon::fromTheme("log");
+ return MMC->getThemedIcon("log");
}
QString helpPage() const override
{