From 9f1f69481655c1ded6e6e778d21316b6f66755c6 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Thu, 9 Nov 2017 16:22:52 -0200 Subject: Base form files organized --- Project/TextForm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/TextForm.h') diff --git a/Project/TextForm.h b/Project/TextForm.h index e6d08e8..80e7fe7 100644 --- a/Project/TextForm.h +++ b/Project/TextForm.h @@ -17,7 +17,7 @@ #ifndef TEXTFORM_H #define TEXTFORM_H -#include "ElementForm.h" +#include "base/ElementFormBase.h" #include "Text.h" #include "ElectricCalculation.h" -- cgit