diff options
Diffstat (limited to 'doc/man/man3/tqbitmap.3qt')
-rw-r--r-- | doc/man/man3/tqbitmap.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqbitmap.3qt b/doc/man/man3/tqbitmap.3qt index ea088d085..392a66e9c 100644 --- a/doc/man/man3/tqbitmap.3qt +++ b/doc/man/man3/tqbitmap.3qt @@ -22,13 +22,13 @@ Inherits QPixmap. .BI "\fBQBitmap\fR ( int w, int h, bool clear = FALSE, QPixmap::Optimization optimization = QPixmap::DefaultOptim )" .br .ti -1c -.BI "\fBQBitmap\fR ( const QSize & size, bool clear = FALSE, QPixmap::Optimization optimization = QPixmap::DefaultOptim )" +.BI "\fBQBitmap\fR ( const TQSize & size, bool clear = FALSE, QPixmap::Optimization optimization = QPixmap::DefaultOptim )" .br .ti -1c .BI "\fBQBitmap\fR ( int w, int h, const uchar * bits, bool isXbitmap = FALSE )" .br .ti -1c -.BI "\fBQBitmap\fR ( const QSize & size, const uchar * bits, bool isXbitmap = FALSE )" +.BI "\fBQBitmap\fR ( const TQSize & size, const uchar * bits, bool isXbitmap = FALSE )" .br .ti -1c .BI "\fBQBitmap\fR ( const QBitmap & bitmap )" @@ -76,7 +76,7 @@ The contents of the bitmap is uninitialized if \fIclear\fR is FALSE; otherwise i The optional \fIoptimization\fR argument specifies the optimization setting for the bitmap. The default optimization should be used in most cases. Games and other pixmap-intensive applications may benefit from setting this argument; see QPixmap::Optimization. .PP See also QPixmap::setOptimization() and QPixmap::setDefaultOptimization(). -.SH "QBitmap::QBitmap ( const QSize & size, bool clear = FALSE, QPixmap::Optimization optimization = QPixmap::DefaultOptim )" +.SH "QBitmap::QBitmap ( const TQSize & size, bool clear = FALSE, QPixmap::Optimization optimization = QPixmap::DefaultOptim )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Constructs a bitmap with the size \fIsize\fR. @@ -98,7 +98,7 @@ Example (creates an arrow bitmap): QBitmap bm( 8, 8, arrow_bits, TRUE ); .br .fi -.SH "QBitmap::QBitmap ( const QSize & size, const uchar * bits, bool isXbitmap = FALSE )" +.SH "QBitmap::QBitmap ( const TQSize & size, const uchar * bits, bool isXbitmap = FALSE )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Constructs a bitmap with the size \fIsize\fR and sets the contents to \fIbits\fR. |