aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/panelswidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/panelswidget.h')
-rw-r--r--src/plugins/projectexplorer/panelswidget.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/panelswidget.h b/src/plugins/projectexplorer/panelswidget.h
index 52cd593508..1be7723aaa 100644
--- a/src/plugins/projectexplorer/panelswidget.h
+++ b/src/plugins/projectexplorer/panelswidget.h
@@ -27,7 +27,7 @@
#include "projectexplorer_export.h"
-#include <QScrollArea>
+#include <QWidget>
QT_BEGIN_NAMESPACE
class QGridLayout;
@@ -51,7 +51,6 @@ public:
private:
QGridLayout *m_layout;
- QScrollArea *m_scroller;
QWidget *m_root;
};