diff options
Diffstat (limited to 'doc/html/tqimageio.html')
-rw-r--r-- | doc/html/tqimageio.html | 4 |
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 char * format, const char * header, const char * flags, image_io_handler readImage, image_io_handler 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 |