summaryrefslogtreecommitdiffstats
path: root/doc/html/tqimageio.html
diff options
context:
space:
mode:
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