summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/buildenvironmentwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/buildenvironmentwidget.h')
-rw-r--r--src/plugins/projectexplorer/buildenvironmentwidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/buildenvironmentwidget.h b/src/plugins/projectexplorer/buildenvironmentwidget.h
index e9cefd81ff..3853920c3f 100644
--- a/src/plugins/projectexplorer/buildenvironmentwidget.h
+++ b/src/plugins/projectexplorer/buildenvironmentwidget.h
@@ -31,6 +31,7 @@
#define BUILDENVIRONMENTWIDGET_H
#include <projectexplorer/buildstep.h>
+#include <projectexplorer/namedwidget.h>
QT_BEGIN_NAMESPACE
class QCheckBox;
@@ -41,7 +42,7 @@ namespace ProjectExplorer {
class EnvironmentWidget;
class BuildConfiguration;
-class PROJECTEXPLORER_EXPORT BuildEnvironmentWidget : public BuildConfigWidget
+class PROJECTEXPLORER_EXPORT BuildEnvironmentWidget : public NamedWidget
{
Q_OBJECT