From 1d451a64901da0408cc54ece0f596c7496efcd91 Mon Sep 17 00:00:00 2001 From: Kellermorph Date: Sun, 26 Apr 2026 13:01:19 +0200 Subject: [PATCH] Fix include paths for NameList header --- sources/ElementsCollection/elementstreeview.cpp | 2 +- sources/diagramevent/diagrameventaddmacro.cpp | 2 +- sources/diagramview.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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