summaryrefslogtreecommitdiffstats
path: root/doc/html/tqimageio.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
commit87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch)
tree2d674f204c5205ca577a782e1b50583afd563972 /doc/html/tqimageio.html
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt-87d29563.tar.gz
tqt-87d29563.zip
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqimageio.html')
-rw-r--r--doc/html/tqimageio.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqimageio.html b/doc/html/tqimageio.html
index f83df7b73..7b5b00404 100644
--- a/doc/html/tqimageio.html
+++ b/doc/html/tqimageio.html
@@ -123,7 +123,7 @@ Destroys the object and all related data.
<h3 class=fn>void <a name="defineIOHandler"></a>TQImageIO::defineIOHandler ( const&nbsp;char&nbsp;*&nbsp;format, const&nbsp;char&nbsp;*&nbsp;header, const&nbsp;char&nbsp;*&nbsp;flags, image_io_handler&nbsp;readImage, image_io_handler&nbsp;writeImage )<tt> [static]</tt>
</h3>
-Defines an image I/O handler for the image format called <em>format</em>, which is recognized using the <a href="ntqregexp.html#details">regular expression</a> <em>header</em>, read using <em>readImage</em> and
+Defines an image I/O handler for the image format called <em>format</em>, which is recognized using the <a href="tqregexp.html#details">regular expression</a> <em>header</em>, read using <em>readImage</em> and
written using <em>writeImage</em>.
<p> <em>flags</em> is a string of single-character flags for this format.
The only flag defined currently is T (upper case), so the only
@@ -160,7 +160,7 @@ both are null, the TQImageIO object is valid but useless.
<p> Before the regex test, all the 0 bytes in the file header are
converted to 1 bytes. This is done because when TQt was
-ASCII-based, <a href="ntqregexp.html">TQRegExp</a> could not handle 0 bytes in strings.
+ASCII-based, <a href="tqregexp.html">TQRegExp</a> could not handle 0 bytes in strings.
<p> The regexp is only applied on the first 14 bytes of the file.
<p> Note that TQt assumes that there is only one handler per format; if
two handlers support the same format, TQt will choose one