diff --git a/GUI/View/Frame/Plot2DFrame.cpp b/GUI/View/Frame/Plot2DFrame.cpp index 6536052971c7149a41079f545561a5a9d2af9f2c..527f291f3e7aea836d59feb9d7234c40b717424d 100644 --- a/GUI/View/Frame/Plot2DFrame.cpp +++ b/GUI/View/Frame/Plot2DFrame.cpp @@ -19,11 +19,11 @@ #include "GUI/Model/Project/ProjectDocument.h" #include "GUI/View/Canvas/MaskEditorCanvas.h" #include "GUI/View/Canvas/ProjectedGraphsCanvas.h" +#include "GUI/View/Loader/ProjectionsSaver.h" #include "GUI/View/Setup/AxesPanel.h" #include "GUI/View/Setup/DataToolbar.h" #include "GUI/View/Setup/FrameActions.h" #include "GUI/View/Setup/MasksPanel.h" -#include "GUI/View/Setup/ProjectionsSaver.h" #include <QHBoxLayout> #include <QSplitter> #include <QStackedWidget> diff --git a/GUI/View/Setup/ProjectionsSaver.cpp b/GUI/View/Loader/ProjectionsSaver.cpp similarity index 98% rename from GUI/View/Setup/ProjectionsSaver.cpp rename to GUI/View/Loader/ProjectionsSaver.cpp index 578ee5b45a98a0d22c63ffb8237c9d4b583766ea..07dfa942252a0b2a8a64750900763eaf62c48ac3 100644 --- a/GUI/View/Setup/ProjectionsSaver.cpp +++ b/GUI/View/Loader/ProjectionsSaver.cpp @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit reflection and scattering // -//! @file GUI/View/Setup/ProjectionsSaver.cpp +//! @file GUI/View/Loader/ProjectionsSaver.cpp //! @brief Implements class ProjectionsSaver. //! //! @homepage http://www.bornagainproject.org @@ -12,7 +12,7 @@ // // ************************************************************************************************ -#include "GUI/View/Setup/ProjectionsSaver.h" +#include "GUI/View/Loader/ProjectionsSaver.h" #include "Base/Axis/Scale.h" #include "Base/Py/PyFmt.h" #include "Device/Data/Datafield.h" diff --git a/GUI/View/Setup/ProjectionsSaver.h b/GUI/View/Loader/ProjectionsSaver.h similarity index 77% rename from GUI/View/Setup/ProjectionsSaver.h rename to GUI/View/Loader/ProjectionsSaver.h index b69052c2e67bbc6ce91cfc517af0d5aae9cf8559..b34067222a10bc43eed97218ac0b93ff526ab187 100644 --- a/GUI/View/Setup/ProjectionsSaver.h +++ b/GUI/View/Loader/ProjectionsSaver.h @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit reflection and scattering // -//! @file GUI/View/Setup/ProjectionsSaver.h +//! @file GUI/View/Loader/ProjectionsSaver.h //! @brief Defines class ProjectionsSaver. //! //! @homepage http://www.bornagainproject.org @@ -12,8 +12,8 @@ // // ************************************************************************************************ -#ifndef BORNAGAIN_GUI_VIEW_SETUP_PROJECTIONSSAVER_H -#define BORNAGAIN_GUI_VIEW_SETUP_PROJECTIONSSAVER_H +#ifndef BORNAGAIN_GUI_VIEW_LOADER_PROJECTIONSSAVER_H +#define BORNAGAIN_GUI_VIEW_LOADER_PROJECTIONSSAVER_H class Data2DItem; @@ -24,4 +24,4 @@ void saveProjections(const Data2DItem* data_item); } // namespace GUI::IO -#endif // BORNAGAIN_GUI_VIEW_SETUP_PROJECTIONSSAVER_H +#endif // BORNAGAIN_GUI_VIEW_LOADER_PROJECTIONSSAVER_H