From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- examples/chart/chartform.h | 2 +- examples/chart/element.cpp | 2 +- examples/chart/element.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/chart') diff --git a/examples/chart/chartform.h b/examples/chart/chartform.h index 926bd69be..e3b5422c3 100644 --- a/examples/chart/chartform.h +++ b/examples/chart/chartform.h @@ -4,7 +4,7 @@ #include "element.h" #include -#include +#include class CanvasView; diff --git a/examples/chart/element.cpp b/examples/chart/element.cpp index 24f566c91..21826028e 100644 --- a/examples/chart/element.cpp +++ b/examples/chart/element.cpp @@ -1,6 +1,6 @@ #include "element.h" -#include +#include #include const char FIELD_SEP = ':'; diff --git a/examples/chart/element.h b/examples/chart/element.h index 2529fa8d9..f9b6c3117 100644 --- a/examples/chart/element.h +++ b/examples/chart/element.h @@ -3,7 +3,7 @@ #include #include -#include +#include #include class Element; -- cgit v1.2.1