aboutsummaryrefslogtreecommitdiff
path: root/launcher/pages/instance/OtherLogsPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/pages/instance/OtherLogsPage.h')
-rw-r--r--launcher/pages/instance/OtherLogsPage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/pages/instance/OtherLogsPage.h b/launcher/pages/instance/OtherLogsPage.h
index 25f127f6..c8323659 100644
--- a/launcher/pages/instance/OtherLogsPage.h
+++ b/launcher/pages/instance/OtherLogsPage.h
@@ -18,7 +18,7 @@
#include <QWidget>
#include "pages/BasePage.h"
-#include <Launcher.h>
+#include <Application.h>
#include <pathmatcher/IPathMatcher.h>
namespace Ui
@@ -46,7 +46,7 @@ public:
}
QIcon icon() const override
{
- return LAUNCHER->getThemedIcon("log");
+ return APPLICATION->getThemedIcon("log");
}
QString helpPage() const override
{