From 397b7afa8e3f32268c4454bf4783ac2a5a799658 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 15 Oct 2024 13:05:33 +0900 Subject: Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq* Signed-off-by: Michele Calgaro --- examples/richtext/main.cpp | 2 +- examples/richtext/richtext.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/richtext') diff --git a/examples/richtext/main.cpp b/examples/richtext/main.cpp index d8aa15746..89b0f6ea9 100644 --- a/examples/richtext/main.cpp +++ b/examples/richtext/main.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include "richtext.h" -#include +#include int main( int argc, char **argv ) { diff --git a/examples/richtext/richtext.cpp b/examples/richtext/richtext.cpp index dea4366c4..3e8d4811b 100644 --- a/examples/richtext/richtext.cpp +++ b/examples/richtext/richtext.cpp @@ -14,7 +14,7 @@ #include #include #include -#include +#include static const char* sayings[] = { "Saying 1:
" -- cgit v1.2.1