aboutsummaryrefslogtreecommitdiff
path: root/launcher/pages/instance/ScreenshotsPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/pages/instance/ScreenshotsPage.h')
-rw-r--r--launcher/pages/instance/ScreenshotsPage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/pages/instance/ScreenshotsPage.h b/launcher/pages/instance/ScreenshotsPage.h
index 03a809de..01f26642 100644
--- a/launcher/pages/instance/ScreenshotsPage.h
+++ b/launcher/pages/instance/ScreenshotsPage.h
@@ -18,7 +18,7 @@
#include <QMainWindow>
#include "pages/BasePage.h"
-#include <MultiMC.h>
+#include <Launcher.h>
class QFileSystemModel;
class QIdentityProxyModel;
@@ -53,7 +53,7 @@ public:
}
virtual QIcon icon() const override
{
- return MMC->getThemedIcon("screenshots");
+ return LAUNCHER->getThemedIcon("screenshots");
}
virtual QString id() const override
{