diff --git a/sources/ElementsCollection/elementstreeview.cpp b/sources/ElementsCollection/elementstreeview.cpp index bfd69b97b..fbdaae0dd 100644 --- a/sources/ElementsCollection/elementstreeview.cpp +++ b/sources/ElementsCollection/elementstreeview.cpp @@ -25,7 +25,7 @@ #include "../qetproject.h" #include "../diagram.h" #include "xmlelementcollection.h" -#include "../nameslist.h" +#include "../NameList/nameslist.h" #include #include #include diff --git a/sources/diagramevent/diagrameventaddmacro.cpp b/sources/diagramevent/diagrameventaddmacro.cpp index 7d3971bd4..6ca126cff 100644 --- a/sources/diagramevent/diagrameventaddmacro.cpp +++ b/sources/diagramevent/diagrameventaddmacro.cpp @@ -9,7 +9,7 @@ #include "../qetdiagrameditor.h" #include "../qetproject.h" #include "../ElementsCollection/xmlelementcollection.h" -#include "../nameslist.h" +#include "../NameList/nameslist.h" #include "../diagramcommands.h" #include "../diagramcontent.h" #include diff --git a/sources/diagramview.cpp b/sources/diagramview.cpp index c3a935f60..271ac6fb3 100644 --- a/sources/diagramview.cpp +++ b/sources/diagramview.cpp @@ -36,7 +36,7 @@ #include "undocommand/addgraphicsobjectcommand.h" #include "diagram.h" #include "ElementsCollection/xmlelementcollection.h" -#include "nameslist.h" +#include "NameList/nameslist.h" #include "elementdialog.h" #include