aboutsummaryrefslogtreecommitdiff
path: root/launcher/pages/instance/GameOptionsPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/pages/instance/GameOptionsPage.h')
-rw-r--r--launcher/pages/instance/GameOptionsPage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/pages/instance/GameOptionsPage.h b/launcher/pages/instance/GameOptionsPage.h
index 0fd2fbff..ca7e31b1 100644
--- a/launcher/pages/instance/GameOptionsPage.h
+++ b/launcher/pages/instance/GameOptionsPage.h
@@ -19,7 +19,7 @@
#include <QString>
#include "pages/BasePage.h"
-#include <MultiMC.h>
+#include <Launcher.h>
namespace Ui
{
@@ -46,7 +46,7 @@ public:
}
virtual QIcon icon() const override
{
- return MMC->getThemedIcon("settings");
+ return LAUNCHER->getThemedIcon("settings");
}
virtual QString id() const override
{