aboutsummaryrefslogtreecommitdiff
path: root/launcher/pages/modplatform/VanillaPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/pages/modplatform/VanillaPage.h')
-rw-r--r--launcher/pages/modplatform/VanillaPage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/pages/modplatform/VanillaPage.h b/launcher/pages/modplatform/VanillaPage.h
index e090d8bb..22acbcac 100644
--- a/launcher/pages/modplatform/VanillaPage.h
+++ b/launcher/pages/modplatform/VanillaPage.h
@@ -18,7 +18,7 @@
#include <QWidget>
#include "pages/BasePage.h"
-#include <Launcher.h>
+#include <Application.h>
#include "tasks/Task.h"
namespace Ui
@@ -41,7 +41,7 @@ public:
}
virtual QIcon icon() const override
{
- return LAUNCHER->getThemedIcon("minecraft");
+ return APPLICATION->getThemedIcon("minecraft");
}
virtual QString id() const override
{