diff --git a/src/GUI/PresetEditor.hpp b/src/GUI/Dialogs/PresetEditor.hpp similarity index 100% rename from src/GUI/PresetEditor.hpp rename to src/GUI/Dialogs/PresetEditor.hpp diff --git a/src/GUI/MainFrame.hpp b/src/GUI/MainFrame.hpp index 65b66649e..d5a8ca61c 100644 --- a/src/GUI/MainFrame.hpp +++ b/src/GUI/MainFrame.hpp @@ -14,7 +14,7 @@ #include "Controller.hpp" #include "Plater.hpp" -#include "PresetEditor.hpp" +#include "Dialogs/PresetEditor.hpp" #include "Settings.hpp" #include "GUI.hpp" #include "ProgressStatusBar.hpp"