diff options
Diffstat (limited to 'launcher/pages/instance/GameOptionsPage.h')
-rw-r--r-- | launcher/pages/instance/GameOptionsPage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/pages/instance/GameOptionsPage.h b/launcher/pages/instance/GameOptionsPage.h index ca7e31b1..31e7b2dd 100644 --- a/launcher/pages/instance/GameOptionsPage.h +++ b/launcher/pages/instance/GameOptionsPage.h @@ -19,7 +19,7 @@ #include <QString> #include "pages/BasePage.h" -#include <Launcher.h> +#include <Application.h> namespace Ui { @@ -46,7 +46,7 @@ public: } virtual QIcon icon() const override { - return LAUNCHER->getThemedIcon("settings"); + return APPLICATION->getThemedIcon("settings"); } virtual QString id() const override { |