diff options
Diffstat (limited to 'launcher/pages/instance/NotesPage.h')
-rw-r--r-- | launcher/pages/instance/NotesPage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/launcher/pages/instance/NotesPage.h b/launcher/pages/instance/NotesPage.h index d0c00ac1..1bdb352d 100644 --- a/launcher/pages/instance/NotesPage.h +++ b/launcher/pages/instance/NotesPage.h @@ -19,7 +19,7 @@ #include "BaseInstance.h" #include "pages/BasePage.h" -#include <MultiMC.h> +#include <Launcher.h> namespace Ui { @@ -39,9 +39,9 @@ public: } virtual QIcon icon() const override { - auto icon = MMC->getThemedIcon("notes"); + auto icon = LAUNCHER->getThemedIcon("notes"); if(icon.isNull()) - icon = MMC->getThemedIcon("news"); + icon = LAUNCHER->getThemedIcon("news"); return icon; } virtual QString id() const override |