From 252a2ec8b0f0f9cf20c947737087b24a8185b588 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 10 Jul 2024 18:56:16 +0900 Subject: Rename IO and network class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tagreader-with-features-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tagreader-with-features-example.html') diff --git a/doc/html/tagreader-with-features-example.html b/doc/html/tagreader-with-features-example.html index 040c87f15..79b39aaa4 100644 --- a/doc/html/tagreader-with-features-example.html +++ b/doc/html/tagreader-with-features-example.html @@ -152,7 +152,7 @@ void StructureParser::setListView( ntqapplication.h> -#include <ntqfile.h> +#include <tqfile.h> #include <tqxml.h> #include <ntqlistview.h> #include <ntqgrid.h> @@ -163,7 +163,7 @@ int main( int argc, char **argv ) { TQApplication app( argc, argv ); - TQFile xmlFile( argc == 2 ? argv[1] : "fnord.xml" ); + TQFile xmlFile( argc == 2 ? argv[1] : "fnord.xml" ); TQXmlInputSource source( &xmlFile ); TQXmlSimpleReader reader; -- cgit v1.2.1