summaryrefslogtreecommitdiffstats
path: root/doc/man/man3
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:00:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:00:12 +0900
commit8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (patch)
tree3427fe04e3116ccbd16fa98e57abd5d118f82353 /doc/man/man3
parent0881ed5059c46ce73e8241e6260b82b92f6d0e55 (diff)
downloadtqt3-8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde.tar.gz
tqt3-8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde.zip
Rename image nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3')
-rw-r--r--doc/man/man3/tqcanvaspixmap.3qt2
-rw-r--r--doc/man/man3/tqclipboard.3qt4
-rw-r--r--doc/man/man3/tqdragobject.3qt2
-rw-r--r--doc/man/man3/tqiconview.3qt2
-rw-r--r--doc/man/man3/tqimage.3qt76
-rw-r--r--doc/man/man3/tqimageconsumer.3qt34
-rw-r--r--doc/man/man3/tqimagedecoder.3qt54
-rw-r--r--doc/man/man3/tqimagedrag.3qt28
-rw-r--r--doc/man/man3/tqimageformat.3qt16
-rw-r--r--doc/man/man3/tqimageformatplugin.3qt24
-rw-r--r--doc/man/man3/tqimageformattype.3qt32
-rw-r--r--doc/man/man3/tqimageio.3qt96
-rw-r--r--doc/man/man3/tqmacmime.3qt2
-rw-r--r--doc/man/man3/tqmimesource.3qt2
-rw-r--r--doc/man/man3/tqmimesourcefactory.3qt6
-rw-r--r--doc/man/man3/tqpixmap.3qt16
-rw-r--r--doc/man/man3/tqpngimagepacker.3qt2
-rw-r--r--doc/man/man3/tqwidget.3qt8
-rw-r--r--doc/man/man3/tqwindowsmime.3qt2
19 files changed, 204 insertions, 204 deletions
diff --git a/doc/man/man3/tqcanvaspixmap.3qt b/doc/man/man3/tqcanvaspixmap.3qt
index 89245ffb..e3272218 100644
--- a/doc/man/man3/tqcanvaspixmap.3qt
+++ b/doc/man/man3/tqcanvaspixmap.3qt
@@ -44,7 +44,7 @@ If you want to show a single pixmap on a TQCanvas use a TQCanvasSprite with just
.PP
When pixmaps are inserted into a TQCanvasPixmapArray they are held as TQCanvasPixmaps. TQCanvasSprites are used to show pixmaps on TQCanvases and hold their pixmaps in a TQCanvasPixmapArray. If you retrieve a frame (pixmap) from a TQCanvasSprite it will be returned as a TQCanvasPixmap.
.PP
-The pixmap is a QPixmap and can only be set in the constructor. There are three different constructors, one taking a QPixmap, one a TQImage and one a file name that refers to a file in any supported file format (see QImageIO).
+The pixmap is a QPixmap and can only be set in the constructor. There are three different constructors, one taking a QPixmap, one a TQImage and one a file name that refers to a file in any supported file format (see TQImageIO).
.PP
TQCanvasPixmap can have a hotspot which is defined in terms of an (x, y) offset. When you create a TQCanvasPixmap from a PNG file or from a TQImage that has a TQImage::offset(), the offset() is initialized appropriately, otherwise the constructor leaves it at (0, 0). You can set it later using setOffset(). When the TQCanvasPixmap is used in a TQCanvasSprite, the offset position is the point at TQCanvasItem::x() and TQCanvasItem::y(), not the top-left corner of the pixmap.
.PP
diff --git a/doc/man/man3/tqclipboard.3qt b/doc/man/man3/tqclipboard.3qt
index a837a697..2e493bc9 100644
--- a/doc/man/man3/tqclipboard.3qt
+++ b/doc/man/man3/tqclipboard.3qt
@@ -136,7 +136,7 @@ Example:
.br
.fi
.PP
-QClipboard features some convenience functions to access common data types: setText() allows the exchange of Unicode text and setPixmap() and setImage() allows the exchange of QPixmaps and QImages between applications. The setData() function is the ultimate in flexibility: it allows you to add any QMimeSource into the clipboard. There are corresponding getters for each of these, e.g. text(), image() and pixmap().
+QClipboard features some convenience functions to access common data types: setText() allows the exchange of Unicode text and setPixmap() and setImage() allows the exchange of QPixmaps and TQImages between applications. The setData() function is the ultimate in flexibility: it allows you to add any QMimeSource into the clipboard. There are corresponding getters for each of these, e.g. text(), image() and pixmap().
.PP
You can clear the clipboard by calling clear().
.SH "Platform Specific Information"
@@ -257,7 +257,7 @@ This is shorthand for:
.PP
.nf
.br
- setData( new QImageDrag(image), mode )
+ setData( new TQImageDrag(image), mode )
.br
.fi
.PP
diff --git a/doc/man/man3/tqdragobject.3qt b/doc/man/man3/tqdragobject.3qt
index 3696f483..5cd6a794 100644
--- a/doc/man/man3/tqdragobject.3qt
+++ b/doc/man/man3/tqdragobject.3qt
@@ -13,7 +13,7 @@ QDragObject \- Encapsulates MIME-based data transfer
.PP
Inherits TQObject and QMimeSource.
.PP
-Inherited by QStoredDrag, QTextDrag, QImageDrag, and QIconDrag.
+Inherited by QStoredDrag, QTextDrag, TQImageDrag, and QIconDrag.
.PP
.SS "Public Members"
.in +1c
diff --git a/doc/man/man3/tqiconview.3qt b/doc/man/man3/tqiconview.3qt
index ccd7a428..a8003b48 100644
--- a/doc/man/man3/tqiconview.3qt
+++ b/doc/man/man3/tqiconview.3qt
@@ -429,7 +429,7 @@ The simple approach to dragging items out of the icon view is to subclass QIconV
.br
.fi
.PP
-In this example we create a QTextDrag object, (derived from QDragObject), containing the item's label and return it as the drag object. We could just as easily have created a QImageDrag from the item's pixmap and returned that instead.
+In this example we create a QTextDrag object, (derived from QDragObject), containing the item's label and return it as the drag object. We could just as easily have created a TQImageDrag from the item's pixmap and returned that instead.
.PP
QIconViews and their QIconViewItems can also be the targets of drag and drops. To make the QIconView itself able to accept drops connect to the dropped() signal. When a drop occurs this signal will be emitted with a QDragEvent and a TQValueList of QIconDragItems. To make a QIconViewItem into a drop target subclass QIconViewItem and reimplement QIconViewItem::acceptDrop() and QIconViewItem::dropped().
.PP
diff --git a/doc/man/man3/tqimage.3qt b/doc/man/man3/tqimage.3qt
index 7fafb746..4e245f6d 100644
--- a/doc/man/man3/tqimage.3qt
+++ b/doc/man/man3/tqimage.3qt
@@ -9,7 +9,7 @@
.SH NAME
TQImage \- Hardware-independent pixmap representation with direct access to the pixel data
.SH SYNOPSIS
-\fC#include <ntqimage.h>\fR
+\fC#include <tqimage.h>\fR
.PP
.SS "Public Members"
.in +1c
@@ -17,31 +17,31 @@ TQImage \- Hardware-independent pixmap representation with direct access to the
.BI "enum \fBEndian\fR { IgnoreEndian, BigEndian, LittleEndian }"
.br
.ti -1c
-.BI "\fBQImage\fR ()"
+.BI "\fBTQImage\fR ()"
.br
.ti -1c
-.BI "\fBQImage\fR ( int w, int h, int depth, int numColors = 0, Endian bitOrder = IgnoreEndian )"
+.BI "\fBTQImage\fR ( int w, int h, int depth, int numColors = 0, Endian bitOrder = IgnoreEndian )"
.br
.ti -1c
-.BI "\fBQImage\fR ( const QSize & size, int depth, int numColors = 0, Endian bitOrder = IgnoreEndian )"
+.BI "\fBTQImage\fR ( const QSize & size, int depth, int numColors = 0, Endian bitOrder = IgnoreEndian )"
.br
.ti -1c
-.BI "\fBQImage\fR ( const TQString & fileName, const char * format = 0 )"
+.BI "\fBTQImage\fR ( const TQString & fileName, const char * format = 0 )"
.br
.ti -1c
-.BI "\fBQImage\fR ( const char * const xpm[] )"
+.BI "\fBTQImage\fR ( const char * const xpm[] )"
.br
.ti -1c
-.BI "\fBQImage\fR ( const QByteArray & array )"
+.BI "\fBTQImage\fR ( const QByteArray & array )"
.br
.ti -1c
-.BI "\fBQImage\fR ( uchar * yourdata, int w, int h, int depth, TQRgb * colortable, int numColors, Endian bitOrder )"
+.BI "\fBTQImage\fR ( uchar * yourdata, int w, int h, int depth, TQRgb * colortable, int numColors, Endian bitOrder )"
.br
.ti -1c
-.BI "\fBQImage\fR ( uchar * yourdata, int w, int h, int depth, int bpl, TQRgb * colortable, int numColors, Endian bitOrder )"
+.BI "\fBTQImage\fR ( uchar * yourdata, int w, int h, int depth, int bpl, TQRgb * colortable, int numColors, Endian bitOrder )"
.br
.ti -1c
-.BI "\fBQImage\fR ( const TQImage & image )"
+.BI "\fBTQImage\fR ( const TQImage & image )"
.br
.ti -1c
.BI "\fB~TQImage\fR ()"
@@ -245,7 +245,7 @@ TQImage \- Hardware-independent pixmap representation with direct access to the
.BI "void \fBsetOffset\fR ( const QPoint & p )"
.br
.ti -1c
-.BI "TQValueList<QImageTextKeyLang> \fBtextList\fR () const"
+.BI "TQValueList<TQImageTextKeyLang> \fBtextList\fR () const"
.br
.ti -1c
.BI "QStringList \fBtextLanguages\fR () const"
@@ -257,7 +257,7 @@ TQImage \- Hardware-independent pixmap representation with direct access to the
.BI "TQString \fBtext\fR ( const char * key, const char * lang = 0 ) const"
.br
.ti -1c
-.BI "TQString \fBtext\fR ( const QImageTextKeyLang & kl ) const"
+.BI "TQString \fBtext\fR ( const TQImageTextKeyLang & kl ) const"
.br
.ti -1c
.BI "void \fBsetText\fR ( const char * key, const char * lang, const TQString & s )"
@@ -379,16 +379,16 @@ The TQImage class uses explicit sharing, similar to that used by QMemArray.
.PP
New image formats can be added as plugins.
.PP
-See also QImageIO, QPixmap, Shared Classes, Graphics Classes, Image Processing Classes, and Implicitly and Explicitly Shared Classes.
+See also TQImageIO, QPixmap, Shared Classes, Graphics Classes, Image Processing Classes, and Implicitly and Explicitly Shared Classes.
.SS "Member Type Documentation"
.SH "TQImage::Endian"
This enum type is used to describe the endianness of the CPU and graphics hardware.
.TP
-\fCQImage::IgnoreEndian\fR - Endianness does not matter. Useful for some operations that are independent of endianness.
+\fCTQImage::IgnoreEndian\fR - Endianness does not matter. Useful for some operations that are independent of endianness.
.TP
-\fCQImage::BigEndian\fR - Network byte order, as on SPARC and Motorola CPUs.
+\fCTQImage::BigEndian\fR - Network byte order, as on SPARC and Motorola CPUs.
.TP
-\fCQImage::LittleEndian\fR - PC/Alpha byte order.
+\fCTQImage::LittleEndian\fR - PC/Alpha byte order.
.SH "TQImage::ScaleMode"
The functions scale() and smoothScale() use different modes for scaling the image. The purpose of these modes is to retain the ratio of the image if this is required.
.PP
@@ -398,11 +398,11 @@ The functions scale() and smoothScale() use different modes for scaling the imag
.PP
</center>
.TP
-\fCQImage::ScaleFree\fR - The image is scaled freely: the resulting image fits exactly into the specified size; the ratio will not necessarily be preserved.
+\fCTQImage::ScaleFree\fR - The image is scaled freely: the resulting image fits exactly into the specified size; the ratio will not necessarily be preserved.
.TP
-\fCQImage::ScaleMin\fR - The ratio of the image is preserved and the resulting image is guaranteed to fit into the specified size (it is as large as possible within these constraints) - the image might be smaller than the requested size.
+\fCTQImage::ScaleMin\fR - The ratio of the image is preserved and the resulting image is guaranteed to fit into the specified size (it is as large as possible within these constraints) - the image might be smaller than the requested size.
.TP
-\fCQImage::ScaleMax\fR - The ratio of the image is preserved and the resulting image fills the whole specified rectangle (it is as small as possible within these constraints) - the image might be larger than the requested size.
+\fCTQImage::ScaleMax\fR - The ratio of the image is preserved and the resulting image fills the whole specified rectangle (it is as small as possible within these constraints) - the image might be larger than the requested size.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQImage::TQImage ()"
Constructs a null image.
@@ -427,9 +427,9 @@ If \fIformat\fR is specified, the loader attempts to read the image using the sp
.PP
If the loading of the image failed, this object is a null image.
.PP
-The QImageIO documentation lists the supported image formats and explains how to add extra formats.
+The TQImageIO documentation lists the supported image formats and explains how to add extra formats.
.PP
-See also load(), isNull(), and QImageIO.
+See also load(), isNull(), and TQImageIO.
.SH "TQImage::TQImage ( const char * const xpm[] )"
Constructs an image from \fIxpm\fR, which must be a valid XPM image.
.PP
@@ -629,7 +629,7 @@ See also invertPixels(), depth(), hasAlphaBuffer(), and create().
.SH "TQImage TQImage::fromMimeSource ( const TQString & abs_name )\fC [static]\fR"
Convenience function. Gets the data associated with the absolute name \fIabs_name\fR from the default mime source factory and decodes it to an image.
.PP
-See also QMimeSourceFactory, TQImage::fromMimeSource(), and QImageDrag::decode().
+See also QMimeSourceFactory, TQImage::fromMimeSource(), and TQImageDrag::decode().
.SH "bool TQImage::hasAlphaBuffer () const"
Returns TRUE if alpha buffer mode is enabled; otherwise returns FALSE.
.PP
@@ -644,7 +644,7 @@ Examples:
.SH "const char * TQImage::imageFormat ( const TQString & fileName )\fC [static]\fR"
Returns a string that specifies the image format of the file \fIfileName\fR, or 0 if the file cannot be read or if the format is not recognized.
.PP
-The QImageIO documentation lists the guaranteed supported image formats, or use TQImage::inputFormats() and TQImage::outputFormats() to get lists that include the installed formats.
+The TQImageIO documentation lists the guaranteed supported image formats, or use TQImage::inputFormats() and TQImage::outputFormats() to get lists that include the installed formats.
.PP
See also load() and save().
.SH "QStringList TQImage::inputFormatList ()\fC [static]\fR"
@@ -668,13 +668,13 @@ Note that if you want to iterate over the list, you should iterate over a copy,
.br
.fi
.PP
-See also outputFormatList(), inputFormats(), and QImageIO.
+See also outputFormatList(), inputFormats(), and TQImageIO.
.PP
Example: showimg/showimg.cpp.
.SH "QStrList TQImage::inputFormats ()\fC [static]\fR"
Returns a list of image formats that are supported for image input.
.PP
-See also outputFormats(), inputFormatList(), and QImageIO.
+See also outputFormats(), inputFormatList(), and TQImageIO.
.SH "void TQImage::invertPixels ( bool invertAlpha = TRUE )"
Inverts all pixel values in the image.
.PP
@@ -708,17 +708,17 @@ Loads an image from the file \fIfileName\fR. Returns TRUE if the image was succe
.PP
If \fIformat\fR is specified, the loader attempts to read the image using the specified format. If \fIformat\fR is not specified (which is the default), the loader reads a few bytes from the header to guess the file format.
.PP
-The QImageIO documentation lists the supported image formats and explains how to add extra formats.
+The TQImageIO documentation lists the supported image formats and explains how to add extra formats.
.PP
-See also loadFromData(), save(), imageFormat(), QPixmap::load(), and QImageIO.
+See also loadFromData(), save(), imageFormat(), QPixmap::load(), and TQImageIO.
.SH "bool TQImage::loadFromData ( const uchar * buf, uint len, const char * format = 0 )"
Loads an image from the first \fIlen\fR bytes of binary data in \fIbuf\fR. Returns TRUE if the image was successfully loaded; otherwise returns FALSE.
.PP
If \fIformat\fR is specified, the loader attempts to read the image using the specified format. If \fIformat\fR is not specified (which is the default), the loader reads a few bytes from the header to guess the file format.
.PP
-The QImageIO documentation lists the supported image formats and explains how to add extra formats.
+The TQImageIO documentation lists the supported image formats and explains how to add extra formats.
.PP
-See also load(), save(), imageFormat(), QPixmap::loadFromData(), and QImageIO.
+See also load(), save(), imageFormat(), QPixmap::loadFromData(), and TQImageIO.
.SH "bool TQImage::loadFromData ( QByteArray buf, const char * format = 0 )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
@@ -786,11 +786,11 @@ Note that if you want to iterate over the list, you should iterate over a copy,
.br
.fi
.PP
-See also inputFormatList(), outputFormats(), and QImageIO.
+See also inputFormatList(), outputFormats(), and TQImageIO.
.SH "QStrList TQImage::outputFormats ()\fC [static]\fR"
Returns a list of image formats that are supported for image output.
.PP
-See also inputFormats(), outputFormatList(), and QImageIO.
+See also inputFormats(), outputFormatList(), and TQImageIO.
.PP
Example: showimg/showimg.cpp.
.SH "TQRgb TQImage::pixel ( int x, int y ) const"
@@ -819,7 +819,7 @@ Saves the image to the file \fIfileName\fR, using the image file format \fIforma
.PP
Returns TRUE if the image was successfully saved; otherwise returns FALSE.
.PP
-See also load(), loadFromData(), imageFormat(), QPixmap::save(), and QImageIO.
+See also load(), loadFromData(), imageFormat(), QPixmap::save(), and TQImageIO.
.SH "bool TQImage::save ( TQIODevice * device, const char * format, int quality = -1 ) const"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
@@ -959,7 +959,7 @@ Determines the host computer byte order. Returns TQImage::LittleEndian (LSB firs
See also systemBitOrder().
.SH "TQString TQImage::text ( const char * key, const char * lang = 0 ) const"
Returns the string recorded for the keyword \fIkey\fR in language \fIlang\fR, or in a default language if \fIlang\fR is 0.
-.SH "TQString TQImage::text ( const QImageTextKeyLang & kl ) const"
+.SH "TQString TQImage::text ( const TQImageTextKeyLang & kl ) const"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns the string recorded for the keyword and language \fIkl\fR.
@@ -1007,16 +1007,16 @@ Note that if you want to iterate over the list, you should iterate over a copy,
.fi
.PP
See also textList(), text(), setText(), and textKeys().
-.SH "TQValueList<QImageTextKeyLang> TQImage::textList () const"
-Returns a list of QImageTextKeyLang objects that enumerate all the texts key/language pairs set by setText() for this image.
+.SH "TQValueList<TQImageTextKeyLang> TQImage::textList () const"
+Returns a list of TQImageTextKeyLang objects that enumerate all the texts key/language pairs set by setText() for this image.
.PP
Note that if you want to iterate over the list, you should iterate over a copy, e.g.
.PP
.nf
.br
- TQValueList<QImageTextKeyLang> list = myImage.textList();
+ TQValueList<TQImageTextKeyLang> list = myImage.textList();
.br
- TQValueList<QImageTextKeyLang>::Iterator it = list.begin();
+ TQValueList<TQImageTextKeyLang>::Iterator it = list.begin();
.br
while( it != list.end() ) {
.br
@@ -1070,7 +1070,7 @@ Reads an image from the stream \fIs\fR and stores it in \fIimage\fR.
See also TQImage::load() and Format of the QDataStream operators.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/ntqimage.html
+.BR http://doc.trolltech.com/tqimage.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
diff --git a/doc/man/man3/tqimageconsumer.3qt b/doc/man/man3/tqimageconsumer.3qt
index b7ee7687..cbe1c44a 100644
--- a/doc/man/man3/tqimageconsumer.3qt
+++ b/doc/man/man3/tqimageconsumer.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QImageConsumer 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQImageConsumer 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the
.\" license file included in the distribution for a complete license
.\" statement.
@@ -7,7 +7,7 @@
.ad l
.nh
.SH NAME
-QImageConsumer \- Abstraction used by QImageDecoder
+TQImageConsumer \- Abstraction used by TQImageDecoder
.SH SYNOPSIS
\fC#include <ntqasyncimageio.h>\fR
.PP
@@ -36,37 +36,37 @@ QImageConsumer \- Abstraction used by QImageDecoder
.br
.in -1c
.SH DESCRIPTION
-The QImageConsumer class is an abstraction used by QImageDecoder.
+The TQImageConsumer class is an abstraction used by TQImageDecoder.
.PP
The QMovie class, or QLabel::setMovie(), are easy to use and for most situations do what you want with regards animated images.
.PP
-A QImageConsumer consumes information about changes to the TQImage maintained by a QImageDecoder. Think of the TQImage as the model or source of the image data, with the QImageConsumer as a view of that data and the QImageDecoder being the controller that orchestrates the relationship between the model and the view.
+A TQImageConsumer consumes information about changes to the TQImage maintained by a TQImageDecoder. Think of the TQImage as the model or source of the image data, with the TQImageConsumer as a view of that data and the TQImageDecoder being the controller that orchestrates the relationship between the model and the view.
.PP
-You'd use the QImageConsumer class, for example, if you were implementing a web browser with your own image loaders.
+You'd use the TQImageConsumer class, for example, if you were implementing a web browser with your own image loaders.
.PP
-See also QImageDecoder, Graphics Classes, Image Processing Classes, and Multimedia Classes.
+See also TQImageDecoder, Graphics Classes, Image Processing Classes, and Multimedia Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "void QImageConsumer::changed ( const QRect & )\fC [pure virtual]\fR"
+.SH "void TQImageConsumer::changed ( const QRect & )\fC [pure virtual]\fR"
Called when the given area of the image has changed.
-.SH "void QImageConsumer::end ()\fC [pure virtual]\fR"
+.SH "void TQImageConsumer::end ()\fC [pure virtual]\fR"
Called when all the data from all the frames has been decoded and revealed as changed().
-.SH "void QImageConsumer::frameDone ()\fC [pure virtual]\fR"
+.SH "void TQImageConsumer::frameDone ()\fC [pure virtual]\fR"
One of the two frameDone() functions will be called when a frame of an animated image has ended and been revealed as changed().
.PP
When this function is called, the current image should be displayed.
.PP
-The decoder will not make any further changes to the image until the next call to QImageFormat::decode().
-.SH "void QImageConsumer::frameDone ( const QPoint & offset, const QRect & rect )\fC [pure virtual]\fR"
+The decoder will not make any further changes to the image until the next call to TQImageFormat::decode().
+.SH "void TQImageConsumer::frameDone ( const QPoint & offset, const QRect & rect )\fC [pure virtual]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
One of the two frameDone() functions will be called when a frame of an animated image has ended and been revealed as changed().
.PP
When this function is called, the area \fIrect\fR in the current image should be moved by \fIoffset\fR and displayed.
.PP
-The decoder will not make any further changes to the image until the next call to QImageFormat::decode().
-.SH "void QImageConsumer::setFramePeriod ( int milliseconds )\fC [pure virtual]\fR"
+The decoder will not make any further changes to the image until the next call to TQImageFormat::decode().
+.SH "void TQImageConsumer::setFramePeriod ( int milliseconds )\fC [pure virtual]\fR"
Notes that the frame about to be decoded should not be displayed until the given number of \fImilliseconds\fR after the time that this function is called. Of course, the image may not have been decoded by then, in which case the frame should not be displayed until it is complete. A value of -1 (the assumed default) indicates that the image should be displayed even while it is only partially loaded.
-.SH "void QImageConsumer::setLooping ( int n )\fC [pure virtual]\fR"
+.SH "void TQImageConsumer::setLooping ( int n )\fC [pure virtual]\fR"
Called to indicate that the sequence of frames in the image should be repeated \fIn\fR times, including the sequence during decoding.
.TP
0 = Forever
@@ -77,13 +77,13 @@ Called to indicate that the sequence of frames in the image should be repeated \
.TP
etc.
.PP
-To make the QImageDecoder do this, just delete it and pass the information to it again for decoding (setLooping() will be called again, of course, but that can be ignored), or keep copies of the changed areas at the ends of frames.
-.SH "void QImageConsumer::setSize ( int, int )\fC [pure virtual]\fR"
+To make the TQImageDecoder do this, just delete it and pass the information to it again for decoding (setLooping() will be called again, of course, but that can be ignored), or keep copies of the changed areas at the ends of frames.
+.SH "void TQImageConsumer::setSize ( int, int )\fC [pure virtual]\fR"
This function is called as soon as the size of the image has been
determined.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qimageconsumer.html
+.BR http://doc.trolltech.com/tqimageconsumer.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
diff --git a/doc/man/man3/tqimagedecoder.3qt b/doc/man/man3/tqimagedecoder.3qt
index 0e262c50..6401c595 100644
--- a/doc/man/man3/tqimagedecoder.3qt
+++ b/doc/man/man3/tqimagedecoder.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QImageDecoder 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQImageDecoder 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the
.\" license file included in the distribution for a complete license
.\" statement.
@@ -7,17 +7,17 @@
.ad l
.nh
.SH NAME
-QImageDecoder \- Incremental image decoder for all supported image formats
+TQImageDecoder \- Incremental image decoder for all supported image formats
.SH SYNOPSIS
\fC#include <ntqasyncimageio.h>\fR
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQImageDecoder\fR ( QImageConsumer * c )"
+.BI "\fBTQImageDecoder\fR ( TQImageConsumer * c )"
.br
.ti -1c
-.BI "\fB~QImageDecoder\fR ()"
+.BI "\fB~TQImageDecoder\fR ()"
.br
.ti -1c
.BI "const TQImage & \fBimage\fR ()"
@@ -32,26 +32,26 @@ QImageDecoder \- Incremental image decoder for all supported image formats
.BI "const char * \fBformatName\fR ( const uchar * buffer, int length )"
.br
.ti -1c
-.BI "QImageFormatType * \fBformat\fR ( const char * name )"
+.BI "TQImageFormatType * \fBformat\fR ( const char * name )"
.br
.ti -1c
.BI "QStrList \fBinputFormats\fR ()"
.br
.ti -1c
-.BI "void \fBregisterDecoderFactory\fR ( QImageFormatType * f )"
+.BI "void \fBregisterDecoderFactory\fR ( TQImageFormatType * f )"
.br
.ti -1c
-.BI "void \fBunregisterDecoderFactory\fR ( QImageFormatType * f )"
+.BI "void \fBunregisterDecoderFactory\fR ( TQImageFormatType * f )"
.br
.in -1c
.SH DESCRIPTION
-The QImageDecoder class is an incremental image decoder for all supported image formats.
+The TQImageDecoder class is an incremental image decoder for all supported image formats.
.PP
-New formats are installed by creating objects of class QImageFormatType; the QMovie class can be used for all installed incremental image formats. QImageDecoder is only useful for creating new ways of feeding data to an QImageConsumer.
+New formats are installed by creating objects of class TQImageFormatType; the QMovie class can be used for all installed incremental image formats. TQImageDecoder is only useful for creating new ways of feeding data to an TQImageConsumer.
.PP
-A QImageDecoder is a machine that decodes images. It takes encoded image data via its decode() method and expresses its decoding by supplying information to a QImageConsumer. It implements its decoding by using a QImageFormat created by one of the currently-existing QImageFormatType factory objects.
+A TQImageDecoder is a machine that decodes images. It takes encoded image data via its decode() method and expresses its decoding by supplying information to a TQImageConsumer. It implements its decoding by using a TQImageFormat created by one of the currently-existing TQImageFormatType factory objects.
.PP
-QImageFormatType and QImageFormat are the classes that you might need to implement support for additional image formats.
+TQImageFormatType and TQImageFormat are the classes that you might need to implement support for additional image formats.
.PP
Qt supports GIF reading if it is configured that way during installation (see ntqgif.h). If it is, we are required to state that" The Graphics Interchange Format(c) is the Copyright property of CompuServe Incorporated. GIF(sm) is a Service Mark property of CompuServe Incorporated."
.PP
@@ -61,32 +61,32 @@ GIF support may be removed completely in a future version of Qt. We recommend us
.PP
See also Graphics Classes, Image Processing Classes, and Multimedia Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QImageDecoder::QImageDecoder ( QImageConsumer * c )"
-Constructs a QImageDecoder that will send change information to the QImageConsumer \fIc\fR.
-.SH "QImageDecoder::~QImageDecoder ()"
-Destroys a QImageDecoder. The image it built is destroyed. The decoder built by the factory for the file format is destroyed. The consumer for which it decoded the image is \fInot\fR destroyed.
-.SH "int QImageDecoder::decode ( const uchar * buffer, int length )"
-Call this function to decode some data into image changes. The data in \fIbuffer\fR will be decoded, sending change information to the QImageConsumer of this QImageDecoder until one of the change functions of the consumer returns FALSE. The length of the data is given in \fIlength\fR.
+.SH "TQImageDecoder::TQImageDecoder ( TQImageConsumer * c )"
+Constructs a TQImageDecoder that will send change information to the TQImageConsumer \fIc\fR.
+.SH "TQImageDecoder::~TQImageDecoder ()"
+Destroys a TQImageDecoder. The image it built is destroyed. The decoder built by the factory for the file format is destroyed. The consumer for which it decoded the image is \fInot\fR destroyed.
+.SH "int TQImageDecoder::decode ( const uchar * buffer, int length )"
+Call this function to decode some data into image changes. The data in \fIbuffer\fR will be decoded, sending change information to the TQImageConsumer of this TQImageDecoder until one of the change functions of the consumer returns FALSE. The length of the data is given in \fIlength\fR.
.PP
Returns the number of bytes consumed: 0 if consumption is complete, and -1 if decoding fails due to invalid data.
-.SH "QImageFormatType * QImageDecoder::format ( const char * name )\fC [static]\fR"
-Returns a QImageFormatType by name. This might be used when the user needs to force data to be interpreted as being in a certain format. \fIname\fR is one of the formats listed by QImageDecoder::inputFormats(). Note that you will still need to supply decodable data to result->decoderFor() before you can begin decoding the data.
-.SH "const char * QImageDecoder::formatName ( const uchar * buffer, int length )\fC [static]\fR"
+.SH "TQImageFormatType * TQImageDecoder::format ( const char * name )\fC [static]\fR"
+Returns a TQImageFormatType by name. This might be used when the user needs to force data to be interpreted as being in a certain format. \fIname\fR is one of the formats listed by TQImageDecoder::inputFormats(). Note that you will still need to supply decodable data to result->decoderFor() before you can begin decoding the data.
+.SH "const char * TQImageDecoder::formatName ( const uchar * buffer, int length )\fC [static]\fR"
Call this function to find the name of the format of the given header. The returned string is statically allocated. The function will look at the first \fIlength\fR characters in the \fIbuffer\fR.
.PP
Returns 0 if the format is not recognized.
-.SH "const TQImage & QImageDecoder::image ()"
+.SH "const TQImage & TQImageDecoder::image ()"
Returns the image currently being decoded.
-.SH "QStrList QImageDecoder::inputFormats ()\fC [static]\fR"
+.SH "QStrList TQImageDecoder::inputFormats ()\fC [static]\fR"
Returns a sorted list of formats for which asynchronous loading is supported.
-.SH "void QImageDecoder::registerDecoderFactory ( QImageFormatType * f )\fC [static]\fR"
-Registers the new QImageFormatType \fIf\fR. This is not needed in application code because factories call this themselves.
-.SH "void QImageDecoder::unregisterDecoderFactory ( QImageFormatType * f )\fC [static]\fR"
-Unregisters the QImageFormatType \fIf\fR. This is not needed in
+.SH "void TQImageDecoder::registerDecoderFactory ( TQImageFormatType * f )\fC [static]\fR"
+Registers the new TQImageFormatType \fIf\fR. This is not needed in application code because factories call this themselves.
+.SH "void TQImageDecoder::unregisterDecoderFactory ( TQImageFormatType * f )\fC [static]\fR"
+Unregisters the TQImageFormatType \fIf\fR. This is not needed in
application code because factories call this themselves.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qimagedecoder.html
+.BR http://doc.trolltech.com/tqimagedecoder.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
diff --git a/doc/man/man3/tqimagedrag.3qt b/doc/man/man3/tqimagedrag.3qt
index 8c61fb42..3db69ee2 100644
--- a/doc/man/man3/tqimagedrag.3qt
+++ b/doc/man/man3/tqimagedrag.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QImageDrag 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQImageDrag 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the
.\" license file included in the distribution for a complete license
.\" statement.
@@ -7,7 +7,7 @@
.ad l
.nh
.SH NAME
-QImageDrag \- Drag and drop object for transferring images
+TQImageDrag \- Drag and drop object for transferring images
.SH SYNOPSIS
\fC#include <ntqdragobject.h>\fR
.PP
@@ -16,13 +16,13 @@ Inherits QDragObject.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQImageDrag\fR ( TQImage image, TQWidget * dragSource = 0, const char * name = 0 )"
+.BI "\fBTQImageDrag\fR ( TQImage image, TQWidget * dragSource = 0, const char * name = 0 )"
.br
.ti -1c
-.BI "\fBQImageDrag\fR ( TQWidget * dragSource = 0, const char * name = 0 )"
+.BI "\fBTQImageDrag\fR ( TQWidget * dragSource = 0, const char * name = 0 )"
.br
.ti -1c
-.BI "\fB~QImageDrag\fR ()"
+.BI "\fB~TQImageDrag\fR ()"
.br
.ti -1c
.BI "virtual void \fBsetImage\fR ( TQImage image )"
@@ -41,7 +41,7 @@ Inherits QDragObject.
.br
.in -1c
.SH DESCRIPTION
-The QImageDrag class provides a drag and drop object for transferring images.
+The TQImageDrag class provides a drag and drop object for transferring images.
.PP
Images are offered to the receiving application in multiple formats, determined by Qt's output formats.
.PP
@@ -49,25 +49,25 @@ For more information about drag and drop, see the QDragObject class and the drag
.PP
See also Drag And Drop Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QImageDrag::QImageDrag ( TQImage image, TQWidget * dragSource = 0, const char * name = 0 )"
+.SH "TQImageDrag::TQImageDrag ( TQImage image, TQWidget * dragSource = 0, const char * name = 0 )"
Constructs an image drag object and sets its data to \fIimage\fR. \fIdragSource\fR must be the drag source; \fIname\fR is the object name.
-.SH "QImageDrag::QImageDrag ( TQWidget * dragSource = 0, const char * name = 0 )"
+.SH "TQImageDrag::TQImageDrag ( TQWidget * dragSource = 0, const char * name = 0 )"
Constructs a default image drag object. \fIdragSource\fR must be the drag source; \fIname\fR is the object name.
-.SH "QImageDrag::~QImageDrag ()"
+.SH "TQImageDrag::~TQImageDrag ()"
Destroys the image drag object and frees up all allocated resources.
-.SH "bool QImageDrag::canDecode ( const QMimeSource * e )\fC [static]\fR"
+.SH "bool TQImageDrag::canDecode ( const QMimeSource * e )\fC [static]\fR"
Returns TRUE if the information in mime source \fIe\fR can be decoded into an image; otherwise returns FALSE.
.PP
See also decode().
.PP
Example: desktop/desktop.cpp.
-.SH "bool QImageDrag::decode ( const QMimeSource * e, TQImage & img )\fC [static]\fR"
+.SH "bool TQImageDrag::decode ( const QMimeSource * e, TQImage & img )\fC [static]\fR"
Attempts to decode the dropped information in mime source \fIe\fR into \fIimg\fR. Returns TRUE if successful; otherwise returns FALSE.
.PP
See also canDecode().
.PP
Example: desktop/desktop.cpp.
-.SH "bool QImageDrag::decode ( const QMimeSource * e, QPixmap & pm )\fC [static]\fR"
+.SH "bool TQImageDrag::decode ( const QMimeSource * e, QPixmap & pm )\fC [static]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Attempts to decode the dropped information in mime source \fIe\fR into pixmap \fIpm\fR. Returns TRUE if successful; otherwise returns FALSE.
@@ -75,12 +75,12 @@ Attempts to decode the dropped information in mime source \fIe\fR into pixmap \f
This is a convenience function that converts to a QPixmap via a TQImage.
.PP
See also canDecode().
-.SH "void QImageDrag::setImage ( TQImage image )\fC [virtual]\fR"
+.SH "void TQImageDrag::setImage ( TQImage image )\fC [virtual]\fR"
Sets the image to be dragged to \fIimage\fR. You will need to call
this if you did not pass the image during construction.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qimagedrag.html
+.BR http://doc.trolltech.com/tqimagedrag.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
diff --git a/doc/man/man3/tqimageformat.3qt b/doc/man/man3/tqimageformat.3qt
index 532efd2e..ff1cdf22 100644
--- a/doc/man/man3/tqimageformat.3qt
+++ b/doc/man/man3/tqimageformat.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QImageFormat 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQImageFormat 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the
.\" license file included in the distribution for a complete license
.\" statement.
@@ -7,28 +7,28 @@
.ad l
.nh
.SH NAME
-QImageFormat \- Incremental image decoder for a specific image format
+TQImageFormat \- Incremental image decoder for a specific image format
.SH SYNOPSIS
\fC#include <ntqasyncimageio.h>\fR
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "virtual int \fBdecode\fR ( TQImage & img, QImageConsumer * consumer, const uchar * buffer, int length ) = 0"
+.BI "virtual int \fBdecode\fR ( TQImage & img, TQImageConsumer * consumer, const uchar * buffer, int length ) = 0"
.br
.in -1c
.SH DESCRIPTION
-The QImageFormat class is an incremental image decoder for a specific image format.
+The TQImageFormat class is an incremental image decoder for a specific image format.
.PP
-By making a derived class of QImageFormatType, which in turn creates objects that are a subclass of QImageFormat, you can add support for more incremental image formats, allowing such formats to be sources for a QMovie or for the first frame of the image stream to be loaded as a TQImage or QPixmap.
+By making a derived class of TQImageFormatType, which in turn creates objects that are a subclass of TQImageFormat, you can add support for more incremental image formats, allowing such formats to be sources for a QMovie or for the first frame of the image stream to be loaded as a TQImage or QPixmap.
.PP
Your new subclass must reimplement the decode() function in order to process your new format.
.PP
-New QImageFormat objects are generated by new QImageFormatType factories.
+New TQImageFormat objects are generated by new TQImageFormatType factories.
.PP
See also Graphics Classes, Image Processing Classes, and Multimedia Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "int QImageFormat::decode ( TQImage & img, QImageConsumer * consumer, const uchar * buffer, int length )\fC [pure virtual]\fR"
+.SH "int TQImageFormat::decode ( TQImage & img, TQImageConsumer * consumer, const uchar * buffer, int length )\fC [pure virtual]\fR"
New subclasses must reimplement this method.
.PP
It should decode some or all of the bytes from \fIbuffer\fR into \fIimg\fR, calling the methods of \fIconsumer\fR as the decoding proceeds to inform that consumer of changes to the image. The length of the data is given in \fIlength\fR. The consumer may be 0, in which case the function should just process the data into \fIimg\fR without telling any consumer about the changes. Note that the decoder must store enough state to be able to continue in subsequent calls to this method - this is the essence of the incremental image loading.
@@ -38,7 +38,7 @@ The function should return without processing all the data if it reaches the end
The function must return the number of bytes it has processed.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qimageformat.html
+.BR http://doc.trolltech.com/tqimageformat.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
diff --git a/doc/man/man3/tqimageformatplugin.3qt b/doc/man/man3/tqimageformatplugin.3qt
index 4a7b6955..94334cd0 100644
--- a/doc/man/man3/tqimageformatplugin.3qt
+++ b/doc/man/man3/tqimageformatplugin.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QImageFormatPlugin 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQImageFormatPlugin 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the
.\" license file included in the distribution for a complete license
.\" statement.
@@ -7,17 +7,17 @@
.ad l
.nh
.SH NAME
-QImageFormatPlugin \- Abstract base for custom image format plugins
+TQImageFormatPlugin \- Abstract base for custom image format plugins
.SH SYNOPSIS
-\fC#include <ntqimageformatplugin.h>\fR
+\fC#include <tqimageformatplugin.h>\fR
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQImageFormatPlugin\fR ()"
+.BI "\fBTQImageFormatPlugin\fR ()"
.br
.ti -1c
-.BI "\fB~QImageFormatPlugin\fR ()"
+.BI "\fB~TQImageFormatPlugin\fR ()"
.br
.ti -1c
.BI "virtual QStringList \fBkeys\fR () const = 0"
@@ -27,7 +27,7 @@ QImageFormatPlugin \- Abstract base for custom image format plugins
.br
.in -1c
.SH DESCRIPTION
-The QImageFormatPlugin class provides an abstract base for custom image format plugins.
+The TQImageFormatPlugin class provides an abstract base for custom image format plugins.
.PP
The image format plugin is a simple plugin interface that makes it easy to create custom image formats that can be used transparently by applications.
.PP
@@ -35,23 +35,23 @@ Writing an image format plugin is achieved by subclassing this base class, reimp
.PP
See also Plugins.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QImageFormatPlugin::QImageFormatPlugin ()"
+.SH "TQImageFormatPlugin::TQImageFormatPlugin ()"
Constructs an image format plugin. This is invoked automatically by the TQ_EXPORT_PLUGIN macro.
-.SH "QImageFormatPlugin::~QImageFormatPlugin ()"
+.SH "TQImageFormatPlugin::~TQImageFormatPlugin ()"
Destroys the image format plugin.
.PP
You never have to call this explicitly. TQt destroys a plugin automatically when it is no longer used.
-.SH "bool QImageFormatPlugin::installIOHandler ( const TQString & format )\fC [pure virtual]\fR"
-Installs a QImageIO image I/O handler for the image format \fIformat\fR.
+.SH "bool TQImageFormatPlugin::installIOHandler ( const TQString & format )\fC [pure virtual]\fR"
+Installs a TQImageIO image I/O handler for the image format \fIformat\fR.
.PP
See also keys().
-.SH "QStringList QImageFormatPlugin::keys () const\fC [pure virtual]\fR"
+.SH "QStringList TQImageFormatPlugin::keys () const\fC [pure virtual]\fR"
Returns the list of image formats this plugin supports.
.PP
See also installIOHandler().
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/ntqimageformatplugin.html
+.BR http://doc.trolltech.com/tqimageformatplugin.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
diff --git a/doc/man/man3/tqimageformattype.3qt b/doc/man/man3/tqimageformattype.3qt
index 6208ee1a..631c848f 100644
--- a/doc/man/man3/tqimageformattype.3qt
+++ b/doc/man/man3/tqimageformattype.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QImageFormatType 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQImageFormatType 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the
.\" license file included in the distribution for a complete license
.\" statement.
@@ -7,17 +7,17 @@
.ad l
.nh
.SH NAME
-QImageFormatType \- Factory that makes QImageFormat objects
+TQImageFormatType \- Factory that makes TQImageFormat objects
.SH SYNOPSIS
\fC#include <ntqasyncimageio.h>\fR
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "virtual \fB~QImageFormatType\fR ()"
+.BI "virtual \fB~TQImageFormatType\fR ()"
.br
.ti -1c
-.BI "virtual QImageFormat * \fBdecoderFor\fR ( const uchar * buffer, int length ) = 0"
+.BI "virtual TQImageFormat * \fBdecoderFor\fR ( const uchar * buffer, int length ) = 0"
.br
.ti -1c
.BI "virtual const char * \fBformatName\fR () const = 0"
@@ -26,34 +26,34 @@ QImageFormatType \- Factory that makes QImageFormat objects
.SS "Protected Members"
.in +1c
.ti -1c
-.BI "\fBQImageFormatType\fR ()"
+.BI "\fBTQImageFormatType\fR ()"
.br
.in -1c
.SH DESCRIPTION
-The QImageFormatType class is a factory that makes QImageFormat objects.
+The TQImageFormatType class is a factory that makes TQImageFormat objects.
.PP
-Whereas the QImageIO class allows for \fIcomplete\fR loading of images, QImageFormatType allows for \fIincremental\fR loading of images.
+Whereas the TQImageIO class allows for \fIcomplete\fR loading of images, TQImageFormatType allows for \fIincremental\fR loading of images.
.PP
-New image file formats are installed by creating objects of derived classes of QImageFormatType. They must implement decoderFor() and formatName().
+New image file formats are installed by creating objects of derived classes of TQImageFormatType. They must implement decoderFor() and formatName().
.PP
-QImageFormatType is a very simple class. Its only task is to recognize image data in some format and make a new object, subclassed from QImageFormat, which can decode that format.
+TQImageFormatType is a very simple class. Its only task is to recognize image data in some format and make a new object, subclassed from TQImageFormat, which can decode that format.
.PP
The factories for formats built into TQt are automatically defined before any other factory is initialized. If two factories would recognize an image format, the factory created last will override the earlier one; you can thus override current and future built-in formats.
.PP
See also Graphics Classes, Image Processing Classes, and Multimedia Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QImageFormatType::QImageFormatType ()\fC [protected]\fR"
-Constructs a factory. It automatically registers itself with QImageDecoder.
-.SH "QImageFormatType::~QImageFormatType ()\fC [virtual]\fR"
-Destroys a factory. It automatically unregisters itself from QImageDecoder.
-.SH "QImageFormat * QImageFormatType::decoderFor ( const uchar * buffer, int length )\fC [pure virtual]\fR"
+.SH "TQImageFormatType::TQImageFormatType ()\fC [protected]\fR"
+Constructs a factory. It automatically registers itself with TQImageDecoder.
+.SH "TQImageFormatType::~TQImageFormatType ()\fC [virtual]\fR"
+Destroys a factory. It automatically unregisters itself from TQImageDecoder.
+.SH "TQImageFormat * TQImageFormatType::decoderFor ( const uchar * buffer, int length )\fC [pure virtual]\fR"
Returns a decoder for decoding an image that starts with the bytes in \fIbuffer\fR. The length of the data is given in \fIlength\fR. This function should only return a decoder if it is certain that the decoder applies to data with the given header. Returns 0 if there is insufficient data in the header to make a positive identification or if the data is not recognized.
-.SH "const char * QImageFormatType::formatName () const\fC [pure virtual]\fR"
+.SH "const char * TQImageFormatType::formatName () const\fC [pure virtual]\fR"
Returns the name of the format supported by decoders from this
factory. The string is statically allocated.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qimageformattype.html
+.BR http://doc.trolltech.com/tqimageformattype.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
diff --git a/doc/man/man3/tqimageio.3qt b/doc/man/man3/tqimageio.3qt
index c5d54cd8..ac7bac41 100644
--- a/doc/man/man3/tqimageio.3qt
+++ b/doc/man/man3/tqimageio.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QImageIO 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQImageIO 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the
.\" license file included in the distribution for a complete license
.\" statement.
@@ -7,23 +7,23 @@
.ad l
.nh
.SH NAME
-QImageIO \- Parameters for loading and saving images
+TQImageIO \- Parameters for loading and saving images
.SH SYNOPSIS
-\fC#include <ntqimage.h>\fR
+\fC#include <tqimage.h>\fR
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQImageIO\fR ()"
+.BI "\fBTQImageIO\fR ()"
.br
.ti -1c
-.BI "\fBQImageIO\fR ( TQIODevice * ioDevice, const char * format )"
+.BI "\fBTQImageIO\fR ( TQIODevice * ioDevice, const char * format )"
.br
.ti -1c
-.BI "\fBQImageIO\fR ( const TQString & fileName, const char * format )"
+.BI "\fBTQImageIO\fR ( const TQString & fileName, const char * format )"
.br
.ti -1c
-.BI "\fB~QImageIO\fR ()"
+.BI "\fB~TQImageIO\fR ()"
.br
.ti -1c
.BI "const TQImage & \fBimage\fR () const"
@@ -105,9 +105,9 @@ QImageIO \- Parameters for loading and saving images
.br
.in -1c
.SH DESCRIPTION
-The QImageIO class contains parameters for loading and saving images.
+The TQImageIO class contains parameters for loading and saving images.
.PP
-QImageIO contains a TQIODevice object that is used for image data I/O. The programmer can install new image file formats in addition to those that TQt provides.
+TQImageIO contains a TQIODevice object that is used for image data I/O. The programmer can install new image file formats in addition to those that TQt provides.
.PP
Qt currently supports the following image file formats: PNG, BMP, XBM, XPM and PNM. It may also support JPEG, MNG and GIF, if specially configured during compilation. The different PNM formats are: PBM (P1 or P4), PGM (P2 or P5), and PPM (P3 or P6).
.PP
@@ -123,28 +123,28 @@ GIF support may be removed completely in a future version of Qt. We recommend us
.PP
See also TQImage, QPixmap, QFile, QMovie, Graphics Classes, Image Processing Classes, and Input/Output and Networking.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QImageIO::QImageIO ()"
-Constructs a QImageIO object with all parameters set to zero.
-.SH "QImageIO::QImageIO ( TQIODevice * ioDevice, const char * format )"
-Constructs a QImageIO object with the I/O device \fIioDevice\fR and a \fIformat\fR tag.
-.SH "QImageIO::QImageIO ( const TQString & fileName, const char * format )"
-Constructs a QImageIO object with the file name \fIfileName\fR and a \fIformat\fR tag.
-.SH "QImageIO::~QImageIO ()"
+.SH "TQImageIO::TQImageIO ()"
+Constructs a TQImageIO object with all parameters set to zero.
+.SH "TQImageIO::TQImageIO ( TQIODevice * ioDevice, const char * format )"
+Constructs a TQImageIO object with the I/O device \fIioDevice\fR and a \fIformat\fR tag.
+.SH "TQImageIO::TQImageIO ( const TQString & fileName, const char * format )"
+Constructs a TQImageIO object with the file name \fIfileName\fR and a \fIformat\fR tag.
+.SH "TQImageIO::~TQImageIO ()"
Destroys the object and all related data.
-.SH "void QImageIO::defineIOHandler ( const char * format, const char * header, const char * flags, image_io_handler readImage, image_io_handler writeImage )\fC [static]\fR"
+.SH "void TQImageIO::defineIOHandler ( const char * format, const char * header, const char * flags, image_io_handler readImage, image_io_handler writeImage )\fC [static]\fR"
Defines an image I/O handler for the image format called \fIformat\fR, which is recognized using the regular expression \fIheader\fR, read using \fIreadImage\fR and written using \fIwriteImage\fR.
.PP
\fIflags\fR is a string of single-character flags for this format. The only flag defined currently is T (upper case), so the only legal value for \fIflags\fR are "T" and the empty string. The "T" flag means that the image file is a text file, and TQt should treat all newline conventions as equivalent. (XPM files and some PPM files are text files for example.)
.PP
\fIformat\fR is used to select a handler to write a TQImage; \fIheader\fR is used to select a handler to read an image file.
.PP
-If \fIreadImage\fR is a null pointer, the QImageIO will not be able to read images in \fIformat\fR. If \fIwriteImage\fR is a null pointer, the QImageIO will not be able to write images in \fIformat\fR. If both are null, the QImageIO object is valid but useless.
+If \fIreadImage\fR is a null pointer, the TQImageIO will not be able to read images in \fIformat\fR. If \fIwriteImage\fR is a null pointer, the TQImageIO will not be able to write images in \fIformat\fR. If both are null, the TQImageIO object is valid but useless.
.PP
Example:
.PP
.nf
.br
- void readGIF( QImageIO *image )
+ void readGIF( TQImageIO *image )
.br
{
.br
@@ -153,7 +153,7 @@ Example:
}
.br
.br
- void writeGIF( QImageIO *image )
+ void writeGIF( TQImageIO *image )
.br
{
.br
@@ -165,7 +165,7 @@ Example:
// add the GIF image handler
.br
.br
- QImageIO::defineIOHandler( "GIF",
+ TQImageIO::defineIOHandler( "GIF",
.br
"^GIF[0-9][0-9][a-z]",
.br
@@ -182,27 +182,27 @@ Before the regex test, all the 0 bytes in the file header are converted to 1 byt
The regexp is only applied on the first 14 bytes of the file.
.PP
Note that TQt assumes that there is only one handler per format; if two handlers support the same format, TQt will choose one arbitrarily. It is not possible to have one handler support reading, and another support writing.
-.SH "TQString QImageIO::description () const"
+.SH "TQString TQImageIO::description () const"
Returns the image description string.
.PP
See also setDescription().
-.SH "TQString QImageIO::fileName () const"
+.SH "TQString TQImageIO::fileName () const"
Returns the file name currently set.
.PP
See also setFileName().
-.SH "const char * QImageIO::format () const"
+.SH "const char * TQImageIO::format () const"
Returns the image format string or 0 if no format has been explicitly set.
-.SH "float QImageIO::gamma () const"
+.SH "float TQImageIO::gamma () const"
Returns the gamma value at which the image will be viewed.
.PP
See also setGamma().
-.SH "const TQImage & QImageIO::image () const"
+.SH "const TQImage & TQImageIO::image () const"
Returns the image currently set.
.PP
See also setImage().
-.SH "const char * QImageIO::imageFormat ( const TQString & fileName )\fC [static]\fR"
+.SH "const char * TQImageIO::imageFormat ( const TQString & fileName )\fC [static]\fR"
Returns a string that specifies the image format of the file \fIfileName\fR, or null if the file cannot be read or if the format is not recognized.
-.SH "const char * QImageIO::imageFormat ( TQIODevice * d )\fC [static]\fR"
+.SH "const char * TQImageIO::imageFormat ( TQIODevice * d )\fC [static]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns a string that specifies the image format of the image read from IO device \fId\fR, or 0 if the device cannot be read or if the format is not recognized.
@@ -210,25 +210,25 @@ Returns a string that specifies the image format of the image read from IO devic
Make sure that \fId\fR is at the right position in the device (for example, at the beginning of the file).
.PP
See also TQIODevice::at().
-.SH "QStrList QImageIO::inputFormats ()\fC [static]\fR"
+.SH "QStrList TQImageIO::inputFormats ()\fC [static]\fR"
Returns a sorted list of image formats that are supported for image input.
-.SH "TQIODevice * QImageIO::ioDevice () const"
+.SH "TQIODevice * TQImageIO::ioDevice () const"
Returns the IO device currently set.
.PP
See also setIODevice().
-.SH "QStrList QImageIO::outputFormats ()\fC [static]\fR"
+.SH "QStrList TQImageIO::outputFormats ()\fC [static]\fR"
Returns a sorted list of image formats that are supported for image output.
.PP
Example: scribble/scribble.cpp.
-.SH "const char * QImageIO::parameters () const"
+.SH "const char * TQImageIO::parameters () const"
Returns the image's parameters string.
.PP
See also setParameters().
-.SH "int QImageIO::quality () const"
+.SH "int TQImageIO::quality () const"
Returns the quality of the written image, related to the compression ratio.
.PP
See also setQuality() and TQImage::save().
-.SH "bool QImageIO::read ()"
+.SH "bool TQImageIO::read ()"
Reads an image into memory and returns TRUE if the image was successfully read; otherwise returns FALSE.
.PP
Before reading an image you must set an IO device or a file name. If both an IO device and a file name have been set, the IO device will be used.
@@ -241,7 +241,7 @@ Example:
.PP
.nf
.br
- QImageIO iio;
+ TQImageIO iio;
.br
QPixmap pixmap;
.br
@@ -254,15 +254,15 @@ Example:
.fi
.PP
See also setIODevice(), setFileName(), setFormat(), write(), and QPixmap::load().
-.SH "void QImageIO::setDescription ( const TQString & description )"
+.SH "void TQImageIO::setDescription ( const TQString & description )"
Sets the image description string for image handlers that support image descriptions to \fIdescription\fR.
.PP
Currently, no image format supported by TQt uses the description string.
-.SH "void QImageIO::setFileName ( const TQString & fileName )"
+.SH "void TQImageIO::setFileName ( const TQString & fileName )"
Sets the name of the file to read or write an image from to \fIfileName\fR.
.PP
See also setIODevice().
-.SH "void QImageIO::setFormat ( const char * format )"
+.SH "void TQImageIO::setFormat ( const char * format )"
Sets the image format to \fIformat\fR for the image to be read or written.
.PP
It is necessary to specify a format before writing an image, but it is not necessary to specify a format before reading an image.
@@ -270,13 +270,13 @@ It is necessary to specify a format before writing an image, but it is not neces
If no format has been set, TQt guesses the image format before reading it. If a format is set the image will only be read if it has that format.
.PP
See also read(), write(), and format().
-.SH "void QImageIO::setGamma ( float gamma )"
+.SH "void TQImageIO::setGamma ( float gamma )"
Sets the gamma value at which the image will be viewed to \fIgamma\fR. If the image format stores a gamma value for which the image is intended to be used, then this setting will be used to modify the image. Setting to 0.0 will disable gamma correction (i.e. any specification in the file will be ignored).
.PP
The default value is 0.0.
.PP
See also gamma().
-.SH "void QImageIO::setIODevice ( TQIODevice * ioDevice )"
+.SH "void TQImageIO::setIODevice ( TQIODevice * ioDevice )"
Sets the IO device to be used for reading or writing an image.
.PP
Setting the IO device allows images to be read/written to any block-oriented TQIODevice.
@@ -284,31 +284,31 @@ Setting the IO device allows images to be read/written to any block-oriented TQI
If \fIioDevice\fR is not null, this IO device will override file name settings.
.PP
See also setFileName().
-.SH "void QImageIO::setImage ( const TQImage & image )"
+.SH "void TQImageIO::setImage ( const TQImage & image )"
Sets the image to \fIimage\fR.
.PP
See also image().
-.SH "void QImageIO::setParameters ( const char * parameters )"
+.SH "void TQImageIO::setParameters ( const char * parameters )"
Sets the image's parameter string to \fIparameters\fR. This is for image handlers that require special parameters.
.PP
Although the current image formats supported by TQt ignore the parameters string, it may be used in future extensions or by contributions (for example, JPEG).
.PP
See also parameters().
-.SH "void QImageIO::setQuality ( int q )"
+.SH "void TQImageIO::setQuality ( int q )"
Sets the quality of the written image to \fIq\fR, related to the compression ratio.
.PP
\fIq\fR must be in the range -1..100. Specify 0 to obtain small compressed files, 100 for large uncompressed files. (-1 signifies the default compression.)
.PP
See also quality() and TQImage::save().
-.SH "void QImageIO::setStatus ( int status )"
+.SH "void TQImageIO::setStatus ( int status )"
Sets the image IO status to \fIstatus\fR. A non-zero value indicates an error, whereas 0 means that the IO operation was successful.
.PP
See also status().
-.SH "int QImageIO::status () const"
+.SH "int TQImageIO::status () const"
Returns the image's IO status. A non-zero value indicates an error, whereas 0 means that the IO operation was successful.
.PP
See also setStatus().
-.SH "bool QImageIO::write ()"
+.SH "bool TQImageIO::write ()"
Writes an image to an IO device and returns TRUE if the image was successfully written; otherwise returns FALSE.
.PP
Before writing an image you must set an IO device or a file name. If both an IO device and a file name have been set, the IO device will be used.
@@ -319,7 +319,7 @@ Example:
.PP
.nf
.br
- QImageIO iio;
+ TQImageIO iio;
.br
TQImage im;
.br
@@ -340,7 +340,7 @@ Example:
See also setIODevice(), setFileName(), setFormat(), read(), and QPixmap::save().
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qimageio.html
+.BR http://doc.trolltech.com/tqimageio.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
diff --git a/doc/man/man3/tqmacmime.3qt b/doc/man/man3/tqmacmime.3qt
index 76ffb3e6..c2ca8db2 100644
--- a/doc/man/man3/tqmacmime.3qt
+++ b/doc/man/man3/tqmacmime.3qt
@@ -69,7 +69,7 @@ kScrapFlavorTypeUnicode - converted to "text/plain;charset=ISO-10646-UCS-2" and
.TP
kScrapFlavorTypeText - converted to "text/plain;charset=system" or "text/plain" and supported by QTextDrag.
.TP
-kScrapFlavorTypePicture - converted to "image/format", where format is a TQt image format, and supported by QImageDrag.
+kScrapFlavorTypePicture - converted to "image/format", where format is a TQt image format, and supported by TQImageDrag.
.TP
kDragFlavorTypeHFS - converted to "text/uri-list", and supported by QUriDrag.
.PP
diff --git a/doc/man/man3/tqmimesource.3qt b/doc/man/man3/tqmimesource.3qt
index ceb48d70..494ff539 100644
--- a/doc/man/man3/tqmimesource.3qt
+++ b/doc/man/man3/tqmimesource.3qt
@@ -60,7 +60,7 @@ Reimplemented in QDropEvent.
.SH "bool QMimeSource::provides ( const char * mimeType ) const\fC [virtual]\fR"
Returns TRUE if the object can provide the data in format \fImimeType\fR; otherwise returns FALSE.
.PP
-If you inherit from QMimeSource, for consistency reasons it is better to implement the more abstract canDecode() functions such as QTextDrag::canDecode() and QImageDrag::canDecode().
+If you inherit from QMimeSource, for consistency reasons it is better to implement the more abstract canDecode() functions such as QTextDrag::canDecode() and TQImageDrag::canDecode().
.PP
Example: iconview/simple_dd/main.cpp.
.PP
diff --git a/doc/man/man3/tqmimesourcefactory.3qt b/doc/man/man3/tqmimesourcefactory.3qt
index 2b6d17c3..3a6ca4be 100644
--- a/doc/man/man3/tqmimesourcefactory.3qt
+++ b/doc/man/man3/tqmimesourcefactory.3qt
@@ -74,7 +74,7 @@ QMimeSourceFactory \- Extensible provider of mime-typed data
.SH DESCRIPTION
The QMimeSourceFactory class is an extensible provider of mime-typed data.
.PP
-A QMimeSourceFactory provides an abstract interface to a collection of information. Each piece of information is represented by a QMimeSource object which can be examined and converted to concrete data types by functions such as QImageDrag::canDecode() and QImageDrag::decode().
+A QMimeSourceFactory provides an abstract interface to a collection of information. Each piece of information is represented by a QMimeSource object which can be examined and converted to concrete data types by functions such as TQImageDrag::canDecode() and TQImageDrag::decode().
.PP
The base QMimeSourceFactory can be used in two ways: as an abstraction of a collection of files or as specifically stored data. For it to access files, call setFilePath() before accessing data. For stored data, call setData() for each item (there are also convenience functions, e.g. setText(), setImage() and setPixmap(), that simply call setData() with appropriate parameters).
.PP
@@ -143,7 +143,7 @@ Returns a reference to the data associated with \fIabs_name\fR. The return value
.PP
If there is no data associated with \fIabs_name\fR in the factory's store, the factory tries to access the local filesystem. If \fIabs_name\fR isn't an absolute file name, the factory will search for it in all defined paths (see setFilePath()).
.PP
-The factory understands all the image formats supported by QImageIO. Any other mime types are determined by the file name extension. The default settings are
+The factory understands all the image formats supported by TQImageIO. Any other mime types are determined by the file name extension. The default settings are
.PP
.nf
.br
@@ -197,7 +197,7 @@ See also filePath().
.SH "void QMimeSourceFactory::setImage ( const TQString & abs_name, const TQImage & image )\fC [virtual]\fR"
Sets \fIimage\fR to be the data item associated with the absolute name \fIabs_name\fR.
.PP
-Equivalent to setData(abs_name, new QImageDrag(image)).
+Equivalent to setData(abs_name, new TQImageDrag(image)).
.SH "void QMimeSourceFactory::setPixmap ( const TQString & abs_name, const QPixmap & pixmap )\fC [virtual]\fR"
Sets \fIpixmap\fR to be the data item associated with the absolute name \fIabs_name\fR.
.SH "void QMimeSourceFactory::setText ( const TQString & abs_name, const TQString & text )\fC [virtual]\fR"
diff --git a/doc/man/man3/tqpixmap.3qt b/doc/man/man3/tqpixmap.3qt
index 98ae130f..7cbeb19f 100644
--- a/doc/man/man3/tqpixmap.3qt
+++ b/doc/man/man3/tqpixmap.3qt
@@ -258,7 +258,7 @@ If your application uses dozens or hundreds of pixmaps (for example on tool bar
.PP
In general it is recommended to make as much use of QPixmap's implicit sharing and the QPixmapCache as possible.
.PP
-See also QBitmap, TQImage, QImageIO, Shared Classes, Graphics Classes, Image Processing Classes, and Implicitly and Explicitly Shared Classes.
+See also QBitmap, TQImage, TQImageIO, Shared Classes, Graphics Classes, Image Processing Classes, and Implicitly and Explicitly Shared Classes.
.SS "Member Type Documentation"
.SH "QPixmap::ColorMode"
This enum type defines the color modes that exist for converting TQImage objects to QPixmap.
@@ -472,7 +472,7 @@ Example:
.SH "QPixmap QPixmap::fromMimeSource ( const TQString & abs_name )\fC [static]\fR"
Convenience function. Gets the data associated with the absolute name \fIabs_name\fR from the default mime source factory and decodes it to a pixmap.
.PP
-See also QMimeSourceFactory, TQImage::fromMimeSource(), and QImageDrag::decode().
+See also QMimeSourceFactory, TQImage::fromMimeSource(), and TQImageDrag::decode().
.PP
Example: textedit/textedit.cpp.
.SH "QPixmap QPixmap::grabWidget ( TQWidget * widget, int x = 0, int y = 0, int w = -1, int h = -1 )\fC [static]\fR"
@@ -533,7 +533,7 @@ Examples:
.SH "const char * QPixmap::imageFormat ( const TQString & fileName )\fC [static]\fR"
Returns a string that specifies the image format of the file \fIfileName\fR, or 0 if the file cannot be read or if the format cannot be recognized.
.PP
-The QImageIO documentation lists the supported image formats.
+The TQImageIO documentation lists the supported image formats.
.PP
See also load() and save().
.SH "bool QPixmap::isNull () const"
@@ -556,9 +556,9 @@ If \fIformat\fR is specified, the loader attempts to read the pixmap using the s
.PP
See the convertFromImage() documentation for a description of the \fIconversion_flags\fR argument.
.PP
-The QImageIO documentation lists the supported image formats and explains how to add extra formats.
+The TQImageIO documentation lists the supported image formats and explains how to add extra formats.
.PP
-See also loadFromData(), save(), imageFormat(), TQImage::load(), and QImageIO.
+See also loadFromData(), save(), imageFormat(), TQImage::load(), and TQImageIO.
.PP
Examples:
.)l picture/picture.cpp, scrollview/scrollview.cpp, and xform/xform.cpp.
@@ -579,9 +579,9 @@ If \fIformat\fR is specified, the loader attempts to read the pixmap using the s
.PP
See the convertFromImage() documentation for a description of the \fIconversion_flags\fR argument.
.PP
-The QImageIO documentation lists the supported image formats and explains how to add extra formats.
+The TQImageIO documentation lists the supported image formats and explains how to add extra formats.
.PP
-See also load(), save(), imageFormat(), TQImage::loadFromData(), and QImageIO.
+See also load(), save(), imageFormat(), TQImage::loadFromData(), and TQImageIO.
.SH "bool QPixmap::loadFromData ( const uchar * buf, uint len, const char * format = 0, ColorMode mode = Auto )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
@@ -638,7 +638,7 @@ Resizes the pixmap to size \fIsize\fR.
.SH "bool QPixmap::save ( const TQString & fileName, const char * format, int quality = -1 ) const"
Saves the pixmap to the file \fIfileName\fR using the image file format \fIformat\fR and a quality factor \fIquality\fR. \fIquality\fR must be in the range [0,100] or -1. Specify 0 to obtain small compressed files, 100 for large uncompressed files, and -1 to use the default settings. Returns TRUE if successful; otherwise returns FALSE.
.PP
-See also load(), loadFromData(), imageFormat(), TQImage::save(), and QImageIO.
+See also load(), loadFromData(), imageFormat(), TQImage::save(), and TQImageIO.
.PP
Example: qmag/qmag.cpp.
.SH "bool QPixmap::save ( TQIODevice * device, const char * format, int quality = -1 ) const"
diff --git a/doc/man/man3/tqpngimagepacker.3qt b/doc/man/man3/tqpngimagepacker.3qt
index 7e07df65..e3a4b002 100644
--- a/doc/man/man3/tqpngimagepacker.3qt
+++ b/doc/man/man3/tqpngimagepacker.3qt
@@ -26,7 +26,7 @@ QPNGImagePacker \- Creates well-compressed PNG animations
.SH DESCRIPTION
The QPNGImagePacker class creates well-compressed PNG animations.
.PP
-By using transparency, QPNGImagePacker allows you to build a PNG image from a sequence of QImages.
+By using transparency, QPNGImagePacker allows you to build a PNG image from a sequence of TQImages.
.PP
Images are added using packImage().
.PP
diff --git a/doc/man/man3/tqwidget.3qt b/doc/man/man3/tqwidget.3qt
index 1446620f..08eeaae1 100644
--- a/doc/man/man3/tqwidget.3qt
+++ b/doc/man/man3/tqwidget.3qt
@@ -1298,7 +1298,7 @@ This event handler is called when a drag is in progress and the mouse enters thi
.PP
See the Drag-and-drop documentation for an overview of how to provide drag-and-drop in your application.
.PP
-See also QTextDrag, QImageDrag, and QDragEnterEvent.
+See also QTextDrag, TQImageDrag, and QDragEnterEvent.
.PP
Example: iconview/simple_dd/main.cpp.
.SH "void TQWidget::dragLeaveEvent ( QDragLeaveEvent * )\fC [virtual protected]\fR"
@@ -1306,13 +1306,13 @@ This event handler is called when a drag is in progress and the mouse leaves thi
.PP
See the Drag-and-drop documentation for an overview of how to provide drag-and-drop in your application.
.PP
-See also QTextDrag, QImageDrag, and QDragLeaveEvent.
+See also QTextDrag, TQImageDrag, and QDragLeaveEvent.
.SH "void TQWidget::dragMoveEvent ( QDragMoveEvent * )\fC [virtual protected]\fR"
This event handler is called when a drag is in progress and the mouse enters this widget, and whenever it moves within the widget.
.PP
See the Drag-and-drop documentation for an overview of how to provide drag-and-drop in your application.
.PP
-See also QTextDrag, QImageDrag, and QDragMoveEvent.
+See also QTextDrag, TQImageDrag, and QDragMoveEvent.
.SH "void TQWidget::drawText ( int x, int y, const TQString & str )"
Draws the string \fIstr\fR at position \fI(x, y)\fR.
.PP
@@ -1330,7 +1330,7 @@ This event handler is called when the drag is dropped on this widget.
.PP
See the Drag-and-drop documentation for an overview of how to provide drag-and-drop in your application.
.PP
-See also QTextDrag, QImageDrag, and QDropEvent.
+See also QTextDrag, TQImageDrag, and QDropEvent.
.PP
Example: iconview/simple_dd/main.cpp.
.SH "void TQWidget::enabledChange ( bool oldEnabled )\fC [virtual protected]\fR"
diff --git a/doc/man/man3/tqwindowsmime.3qt b/doc/man/man3/tqwindowsmime.3qt
index b0ef199f..c2a03470 100644
--- a/doc/man/man3/tqwindowsmime.3qt
+++ b/doc/man/man3/tqwindowsmime.3qt
@@ -72,7 +72,7 @@ CF_UNICODETEXT - converted to "text/plain;charset=ISO-10646-UCS-2" and supported
.TP
CF_TEXT - converted to "text/plain;charset=system" or "text/plain" and supported by QTextDrag.
.TP
-CF_DIB - converted to "image/*", where * is a TQt image format, and supported by QImageDrag.
+CF_DIB - converted to "image/*", where * is a TQt image format, and supported by TQImageDrag.
.TP
CF_HDROP - converted to "text/uri-list", and supported by QUriDrag.
.PP