diff --git a/GUI/Views/PropertyEditor/ComponentEditor.cpp b/GUI/Views/PropertyEditor/ComponentEditor.cpp
index afda5bd88d2d0ea2d0c8946db623d5521ad9f07b..27e77837da31b5d0059fb4e24bfd72c12fff2032 100644
--- a/GUI/Views/PropertyEditor/ComponentEditor.cpp
+++ b/GUI/Views/PropertyEditor/ComponentEditor.cpp
@@ -13,9 +13,9 @@
 //  ************************************************************************************************
 
 #include "GUI/Views/PropertyEditor/ComponentEditor.h"
-#include "GUI/Views/InfoWidgets/GroupInfoBox.h"
 #include "GUI/Views/PropertyEditor/ComponentFlatView.h"
 #include "GUI/Views/PropertyEditor/ComponentTreeView.h"
+#include "GUI/Views/PropertyEditor/GroupInfoBox.h"
 #include <QBoxLayout>
 #include <QGroupBox>
 
diff --git a/GUI/Views/InfoWidgets/GroupInfoBox.cpp b/GUI/Views/PropertyEditor/GroupInfoBox.cpp
similarity index 96%
rename from GUI/Views/InfoWidgets/GroupInfoBox.cpp
rename to GUI/Views/PropertyEditor/GroupInfoBox.cpp
index 034c6f965b861dd9d88778eba66ff026548a4122..4174dc6d6892735d9ca313ed82994770eb1e9589 100644
--- a/GUI/Views/InfoWidgets/GroupInfoBox.cpp
+++ b/GUI/Views/PropertyEditor/GroupInfoBox.cpp
@@ -2,7 +2,7 @@
 //
 //  BornAgain: simulate and fit reflection and scattering
 //
-//! @file      GUI/Views/InfoWidgets/GroupInfoBox.cpp
+//! @file      GUI/Views/PropertyEditor/GroupInfoBox.cpp
 //! @brief     Implements class GroupInfoBox
 //!
 //! @homepage  http://www.bornagainproject.org
@@ -12,7 +12,7 @@
 //
 //  ************************************************************************************************
 
-#include "GUI/Views/InfoWidgets/GroupInfoBox.h"
+#include "GUI/Views/PropertyEditor/GroupInfoBox.h"
 #include "GUI/utils/hostosinfo.h"
 #include <QApplication>
 #include <QMouseEvent>
diff --git a/GUI/Views/InfoWidgets/GroupInfoBox.h b/GUI/Views/PropertyEditor/GroupInfoBox.h
similarity index 82%
rename from GUI/Views/InfoWidgets/GroupInfoBox.h
rename to GUI/Views/PropertyEditor/GroupInfoBox.h
index f0cb1b71d052f215a7dde76c865b83d70fc0108b..b931a8779347d9238642275fbe988fc2772013b9 100644
--- a/GUI/Views/InfoWidgets/GroupInfoBox.h
+++ b/GUI/Views/PropertyEditor/GroupInfoBox.h
@@ -2,7 +2,7 @@
 //
 //  BornAgain: simulate and fit reflection and scattering
 //
-//! @file      GUI/Views/InfoWidgets/GroupInfoBox.h
+//! @file      GUI/Views/PropertyEditor/GroupInfoBox.h
 //! @brief     Defines class GroupInfoBox
 //!
 //! @homepage  http://www.bornagainproject.org
@@ -12,8 +12,8 @@
 //
 //  ************************************************************************************************
 
-#ifndef BORNAGAIN_GUI_VIEWS_INFOWIDGETS_GROUPINFOBOX_H
-#define BORNAGAIN_GUI_VIEWS_INFOWIDGETS_GROUPINFOBOX_H
+#ifndef BORNAGAIN_GUI_VIEWS_PROPERTYEDITOR_GROUPINFOBOX_H
+#define BORNAGAIN_GUI_VIEWS_PROPERTYEDITOR_GROUPINFOBOX_H
 
 #include <QGroupBox>
 
@@ -41,4 +41,4 @@ private:
     int m_yImage;
 };
 
-#endif // BORNAGAIN_GUI_VIEWS_INFOWIDGETS_GROUPINFOBOX_H
+#endif // BORNAGAIN_GUI_VIEWS_PROPERTYEDITOR_GROUPINFOBOX_H