diff --git a/GUI/View/Compare/FitComparisonWidget1D.cpp b/GUI/View/Compare/FitComparisonWidget1D.cpp
index 566d8cebdfab28bc318dd35fe4c8fc1a61f2548e..2564f7f47c82d015eae0bf74bdf0c92adbc01aa3 100644
--- a/GUI/View/Compare/FitComparisonWidget1D.cpp
+++ b/GUI/View/Compare/FitComparisonWidget1D.cpp
@@ -20,7 +20,7 @@
 #include "GUI/Util/ActionFactory.h"
 #include "GUI/View/Compare/FitComparisonViewController.h"
 #include "GUI/View/Compare/FitFlowWidget.h"
-#include "GUI/View/Intensity/Plot1D.h"
+#include "GUI/View/SpecularData/Plot1D.h"
 #include "GUI/View/Intensity/PlotStatusLabel.h"
 #include "GUI/View/PropertyEditor/SpecularDataPropertyWidget.h"
 #include "GUI/View/SpecularData/Plot1DCanvas.h"
diff --git a/GUI/View/Intensity/Plot1D.cpp b/GUI/View/SpecularData/Plot1D.cpp
similarity index 99%
rename from GUI/View/Intensity/Plot1D.cpp
rename to GUI/View/SpecularData/Plot1D.cpp
index f398c39798b671b3eaac6cf35b9f8904c4255219..7d6b5ebc499cb66a18d4c1e03de912d03dc47e41 100644
--- a/GUI/View/Intensity/Plot1D.cpp
+++ b/GUI/View/SpecularData/Plot1D.cpp
@@ -2,7 +2,7 @@
 //
 //  BornAgain: simulate and fit reflection and scattering
 //
-//! @file      GUI/View/Intensity/Plot1D.cpp
+//! @file      GUI/View/SpecularData/Plot1D.cpp
 //! @brief     Implements class Plot1D
 //!
 //! @homepage  http://www.bornagainproject.org
@@ -12,7 +12,7 @@
 //
 //  ************************************************************************************************
 
-#include "GUI/View/Intensity/Plot1D.h"
+#include "GUI/View/SpecularData/Plot1D.h"
 #include "GUI/Model/Data/AxesItems.h"
 #include "GUI/Model/Data/Data1DViewItem.h"
 #include "GUI/Model/Data/DataItem.h"
diff --git a/GUI/View/Intensity/Plot1D.h b/GUI/View/SpecularData/Plot1D.h
similarity index 94%
rename from GUI/View/Intensity/Plot1D.h
rename to GUI/View/SpecularData/Plot1D.h
index 14790ed6d39b7d5e0ca507d94cc1def283787035..bd1ea394bff9399cee18267d26ed5da8313fd5fc 100644
--- a/GUI/View/Intensity/Plot1D.h
+++ b/GUI/View/SpecularData/Plot1D.h
@@ -2,7 +2,7 @@
 //
 //  BornAgain: simulate and fit reflection and scattering
 //
-//! @file      GUI/View/Intensity/Plot1D.h
+//! @file      GUI/View/SpecularData/Plot1D.h
 //! @brief     Defines class Plot1D
 //!
 //! @homepage  http://www.bornagainproject.org
@@ -12,8 +12,8 @@
 //
 //  ************************************************************************************************
 
-#ifndef BORNAGAIN_GUI_VIEW_INTENSITY_PLOT1D_H
-#define BORNAGAIN_GUI_VIEW_INTENSITY_PLOT1D_H
+#ifndef BORNAGAIN_GUI_VIEW_SPECULARDATA_PLOT1D_H
+#define BORNAGAIN_GUI_VIEW_SPECULARDATA_PLOT1D_H
 
 #include "GUI/View/Intensity/ScientificPlot.h"
 #include <qcustomplot.h>
@@ -112,4 +112,4 @@ private:
     bool m_block_update;
 };
 
-#endif // BORNAGAIN_GUI_VIEW_INTENSITY_PLOT1D_H
+#endif // BORNAGAIN_GUI_VIEW_SPECULARDATA_PLOT1D_H
diff --git a/GUI/View/SpecularData/Plot1DCanvas.cpp b/GUI/View/SpecularData/Plot1DCanvas.cpp
index 5aed16a5a53b5c8441c2e50283c09ee3f8604e68..2c197dc2ed5b3a9a0cc81b3247e7688e4ac4a540 100644
--- a/GUI/View/SpecularData/Plot1DCanvas.cpp
+++ b/GUI/View/SpecularData/Plot1DCanvas.cpp
@@ -14,7 +14,7 @@
 
 #include "GUI/View/SpecularData/Plot1DCanvas.h"
 #include "GUI/View/Intensity/FontScalingEvent.h"
-#include "GUI/View/Intensity/Plot1D.h"
+#include "GUI/View/SpecularData/Plot1D.h"
 #include "GUI/View/Intensity/PlotStatusLabel.h"
 #include <QVBoxLayout>