aboutsummaryrefslogtreecommitdiff
path: root/launcher/MainWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/MainWindow.h')
-rw-r--r--launcher/MainWindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/MainWindow.h b/launcher/MainWindow.h
index 38e5b4b5..c2ad46ea 100644
--- a/launcher/MainWindow.h
+++ b/launcher/MainWindow.h
@@ -35,7 +35,7 @@ class LabeledToolButton;
class QLabel;
class MinecraftLauncher;
class BaseProfilerFactory;
-class GroupView;
+class InstanceView;
class KonamiCode;
class InstanceTask;
@@ -201,7 +201,7 @@ private:
std::unique_ptr<Ui> ui;
// these are managed by Qt's memory management model!
- GroupView *view = nullptr;
+ InstanceView *view = nullptr;
InstanceProxyModel *proxymodel = nullptr;
QToolButton *newsLabel = nullptr;
QLabel *m_statusLeft = nullptr;