From 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 8 Jun 2024 12:56:43 +0900 Subject: Rename text nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- tools/assistant/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/assistant/main.cpp') diff --git a/tools/assistant/main.cpp b/tools/assistant/main.cpp index 22bcedd66..df6039695 100644 --- a/tools/assistant/main.cpp +++ b/tools/assistant/main.cpp @@ -46,7 +46,7 @@ #include #include #include -#include +#include #ifdef TQ_WS_WIN #define INDEX_CHECK( text ) if( i+1 >= argc ) { TQMessageBox::information( 0, "TQt Assistant", text ); return 1; } -- cgit v1.2.3