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