summaryrefslogtreecommitdiff
path: root/ui/qt5/intropage.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5/intropage.hh')
-rw-r--r--ui/qt5/intropage.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/qt5/intropage.hh b/ui/qt5/intropage.hh
index 5733985..aedb106 100644
--- a/ui/qt5/intropage.hh
+++ b/ui/qt5/intropage.hh
@@ -13,9 +13,7 @@
#ifndef INTROPAGE_HH
#define INTROPAGE_HH
-#ifdef HAS_INSTALL_ENV
#include <QPushButton>
-#endif /* HAS_INSTALL_ENV */
#include "horizonwizardpage.hh"
@@ -23,10 +21,8 @@ class IntroPage : public HorizonWizardPage {
public:
IntroPage(QWidget *parent = nullptr);
-#ifdef HAS_INSTALL_ENV
private:
QPushButton *toolButton;
-#endif /* HAS_INSTALL_ENV */
};
#endif /* !INTROPAGE_HH */