summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqiconset.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqiconset.3qt')
-rw-r--r--doc/man/man3/tqiconset.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqiconset.3qt b/doc/man/man3/tqiconset.3qt
index 30f061c0..0cf0bc66 100644
--- a/doc/man/man3/tqiconset.3qt
+++ b/doc/man/man3/tqiconset.3qt
@@ -44,7 +44,7 @@ QIconSet \- Set of icons with different styles and sizes
.BI "virtual void \fBsetPixmap\fR ( const QPixmap & pixmap, Size size, Mode mode = Normal, State state = Off )"
.br
.ti -1c
-.BI "virtual void \fBsetPixmap\fR ( const QString & fileName, Size size, Mode mode = Normal, State state = Off )"
+.BI "virtual void \fBsetPixmap\fR ( const TQString & fileName, Size size, Mode mode = Normal, State state = Off )"
.br
.ti -1c
.BI "QPixmap \fBpixmap\fR ( Size size, Mode mode, State state = Off ) const"
@@ -138,7 +138,7 @@ Provide a method to set a QIconSet, and when you draw the icon, choose whichever
.br
.fi
.PP
-You might also make use of the Active mode, perhaps making your widget Active when the mouse is over the widget (see QWidget::enterEvent()), while the mouse is pressed pending the release that will activate the function, or when it is the currently selected item. If the widget can be toggled, the "On" mode might be used to draw a different icon.
+You might also make use of the Active mode, perhaps making your widget Active when the mouse is over the widget (see TQWidget::enterEvent()), while the mouse is pressed pending the release that will activate the function, or when it is the currently selected item. If the widget can be toggled, the "On" mode might be used to draw a different icon.
.PP
<center>
.ce 1
@@ -253,7 +253,7 @@ Pixmaps less than the width of a small generated icon are considered to be Small
This function does nothing if \fIpixmap\fR is a null pixmap.
.PP
See also reset().
-.SH "void QIconSet::setPixmap ( const QString & fileName, Size size, Mode mode = Normal, State state = Off )\fC [virtual]\fR"
+.SH "void QIconSet::setPixmap ( const TQString & fileName, Size size, Mode mode = Normal, State state = Off )\fC [virtual]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
The pixmap is loaded from \fIfileName\fR when it becomes necessary.