From 7ba27ec9d97718d8509f5d0b43d9f7f390071535 Mon Sep 17 00:00:00 2001 From: joshua Date: Sat, 5 Feb 2022 11:40:47 +0100 Subject: [PATCH] Fix very weird bug see https://linuxfr.org/forums/programmation-c/posts/erreur-de-compilation-aucun-fichier-ou-dossier-de-ce-type --- sources/ui/configpage/configpages.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sources/ui/configpage/configpages.cpp b/sources/ui/configpage/configpages.cpp index 6efd69193..94a973516 100644 --- a/sources/ui/configpage/configpages.cpp +++ b/sources/ui/configpage/configpages.cpp @@ -18,13 +18,13 @@ #include "configpages.h" -#include "../NameList/nameslist.h" -#include "../bordertitleblock.h" -#include "../exportpropertieswidget.h" -#include "../properties/reportproperties.h" -#include "../qetapp.h" -#include "../qeticons.h" -#include "../qetproject.h" +#include "../../NameList/nameslist.h" +#include "../../bordertitleblock.h" +#include "../../exportpropertieswidget.h" +#include "../../properties/reportproperties.h" +#include "../../qetapp.h" +#include "../../qeticons.h" +#include "../../qetproject.h" #include "../borderpropertieswidget.h" #include "../conductorpropertieswidget.h" #include "../reportpropertiewidget.h"