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/xml/outliner/main.cpp | 2 +- examples/xml/tagreader-with-features/tagreader.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/xml') diff --git a/examples/xml/outliner/main.cpp b/examples/xml/outliner/main.cpp index 0f7848e44..de234f410 100644 --- a/examples/xml/outliner/main.cpp +++ b/examples/xml/outliner/main.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include +#include #include "outlinetree.h" int main( int argc, char **argv ) diff --git a/examples/xml/tagreader-with-features/tagreader.cpp b/examples/xml/tagreader-with-features/tagreader.cpp index 7e7aa5f13..9715ef8a5 100644 --- a/examples/xml/tagreader-with-features/tagreader.cpp +++ b/examples/xml/tagreader-with-features/tagreader.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include "structureparser.h" -#include +#include #include #include #include -- cgit v1.2.3