aboutsummaryrefslogtreecommitdiff
path: root/launcher/pages/global/PasteEEPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/pages/global/PasteEEPage.h')
-rw-r--r--launcher/pages/global/PasteEEPage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/pages/global/PasteEEPage.h b/launcher/pages/global/PasteEEPage.h
index c99cd51e..0ea74e7c 100644
--- a/launcher/pages/global/PasteEEPage.h
+++ b/launcher/pages/global/PasteEEPage.h
@@ -18,7 +18,7 @@
#include <QWidget>
#include "pages/BasePage.h"
-#include <Launcher.h>
+#include <Application.h>
namespace Ui {
class PasteEEPage;
@@ -38,7 +38,7 @@ public:
}
QIcon icon() const override
{
- return LAUNCHER->getThemedIcon("log");
+ return APPLICATION->getThemedIcon("log");
}
QString id() const override
{