From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- src/kernel/tqimage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kernel/tqimage.cpp') diff --git a/src/kernel/tqimage.cpp b/src/kernel/tqimage.cpp index d7bc30d49..5f45e2fdc 100644 --- a/src/kernel/tqimage.cpp +++ b/src/kernel/tqimage.cpp @@ -39,7 +39,7 @@ **********************************************************************/ #include "tqimage.h" -#include "ntqregexp.h" +#include "tqregexp.h" #include "ntqfile.h" #include "ntqdatastream.h" #include "tqtextstream.h" @@ -3878,7 +3878,7 @@ static TQImageHandler *get_image_handler( const char *format ) /*! Defines an image I/O handler for the image format called \a - format, which is recognized using the \link ntqregexp.html#details + format, which is recognized using the \link tqregexp.html#details regular expression\endlink \a header, read using \a readImage and written using \a writeImage. -- cgit v1.2.3