From 7552c6d73043b1040139033f6864db48ae5446cf Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 2 Jul 2024 21:37:22 +0900 Subject: Rename main window nt* related files to equivalent tq*. The file "ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro --- doc/man/man3/tqpixmap.3qt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/man/man3/tqpixmap.3qt') diff --git a/doc/man/man3/tqpixmap.3qt b/doc/man/man3/tqpixmap.3qt index 7cbeb19fa..7be27685d 100644 --- a/doc/man/man3/tqpixmap.3qt +++ b/doc/man/man3/tqpixmap.3qt @@ -33,7 +33,7 @@ Inherited by QBitmap and TQCanvasPixmap. .BI "\fBQPixmap\fR ( int w, int h, int depth = -1, Optimization optimization = DefaultOptim )" .br .ti -1c -.BI "\fBQPixmap\fR ( const QSize & size, int depth = -1, Optimization optimization = DefaultOptim )" +.BI "\fBQPixmap\fR ( const TQSize & size, int depth = -1, Optimization optimization = DefaultOptim )" .br .ti -1c .BI "\fBQPixmap\fR ( const TQString & fileName, const char * format = 0, ColorMode mode = Auto )" @@ -69,7 +69,7 @@ Inherited by QBitmap and TQCanvasPixmap. .BI "int \fBheight\fR () const" .br .ti -1c -.BI "QSize \fBsize\fR () const" +.BI "TQSize \fBsize\fR () const" .br .ti -1c .BI "QRect \fBrect\fR () const" @@ -90,7 +90,7 @@ Inherited by QBitmap and TQCanvasPixmap. .BI "void \fBresize\fR ( int w, int h )" .br .ti -1c -.BI "void \fBresize\fR ( const QSize & size )" +.BI "void \fBresize\fR ( const TQSize & size )" .br .ti -1c .BI "const QBitmap * \fBmask\fR () const" @@ -302,7 +302,7 @@ The \fIdepth\fR can be either 1 (monochrome) or the depth of the current video m If either \fIw\fR or \fIh\fR is zero, a null pixmap is constructed. .PP See also isNull() and QPixmap::Optimization. -.SH "QPixmap::QPixmap ( const QSize & size, int depth = -1, Optimization optimization = DefaultOptim )" +.SH "QPixmap::QPixmap ( const TQSize & size, int depth = -1, Optimization optimization = DefaultOptim )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Constructs a pixmap of size \fIsize\fR, \fIdepth\fR bits per pixel, optimized in accordance with the \fIoptimization\fR value. @@ -631,7 +631,7 @@ If both \fIw\fR and \fIh\fR are greater than 0, a valid pixmap is created. New p .PP Examples: .)l desktop/desktop.cpp and grapher/grapher.cpp. -.SH "void QPixmap::resize ( const QSize & size )" +.SH "void QPixmap::resize ( const TQSize & size )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Resizes the pixmap to size \fIsize\fR. @@ -710,7 +710,7 @@ Use the setDefaultOptimization() to change the default optimization for all new See also optimization(), setDefaultOptimization(), and defaultOptimization(). .PP Example: desktop/desktop.cpp. -.SH "QSize QPixmap::size () const" +.SH "TQSize QPixmap::size () const" Returns the size of the pixmap. .PP See also width(), height(), and rect(). -- cgit v1.2.1