diff options
Diffstat (limited to 'doc/man/man3/tqpushbutton.3qt')
-rw-r--r-- | doc/man/man3/tqpushbutton.3qt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqpushbutton.3qt b/doc/man/man3/tqpushbutton.3qt index d84fe3530..aefb21929 100644 --- a/doc/man/man3/tqpushbutton.3qt +++ b/doc/man/man3/tqpushbutton.3qt @@ -22,7 +22,7 @@ Inherits QButton. .BI "\fBQPushButton\fR ( const TQString & text, TQWidget * parent, const char * name = 0 )" .br .ti -1c -.BI "\fBQPushButton\fR ( const QIconSet & icon, const TQString & text, TQWidget * parent, const char * name = 0 )" +.BI "\fBQPushButton\fR ( const TQIconSet & icon, const TQString & text, TQWidget * parent, const char * name = 0 )" .br .ti -1c .BI "\fB~QPushButton\fR ()" @@ -55,10 +55,10 @@ Inherits QButton. .BI "QPopupMenu * \fBpopup\fR () const" .br .ti -1c -.BI "void \fBsetIconSet\fR ( const QIconSet & )" +.BI "void \fBsetIconSet\fR ( const TQIconSet & )" .br .ti -1c -.BI "QIconSet * \fBiconSet\fR () const" +.BI "TQIconSet * \fBiconSet\fR () const" .br .ti -1c .BI "void \fBsetFlat\fR ( bool )" @@ -154,7 +154,7 @@ Inherits QButton. .BI "bool \fBflat\fR - whether the border is disabled" .br .ti -1c -.BI "QIconSet \fBiconSet\fR - the icon set on the push button" +.BI "TQIconSet \fBiconSet\fR - the icon set on the push button" .br .ti -1c .BI "bool menuButton - whether the push button has a menu button on it \fI(read " "only" ")\fR \fI(obsolete)\fR" @@ -227,7 +227,7 @@ Constructs a push button with no text. The \fIparent\fR and \fIname\fR arguments are sent on to the TQWidget constructor. .SH "QPushButton::QPushButton ( const TQString & text, TQWidget * parent, const char * name = 0 )" Constructs a push button called \fIname\fR with the parent \fIparent\fR and the text \fItext\fR. -.SH "QPushButton::QPushButton ( const QIconSet & icon, const TQString & text, TQWidget * parent, const char * name = 0 )" +.SH "QPushButton::QPushButton ( const TQIconSet & icon, const TQString & text, TQWidget * parent, const char * name = 0 )" Constructs a push button with an \fIicon\fR and a \fItext\fR. .PP Note that you can also pass a QPixmap object as an icon (thanks to the implicit type conversion provided by C++). @@ -258,7 +258,7 @@ Returns the group that this button belongs to. If the button is not a member of any QButtonGroup, this function returns 0. .PP See also QButtonGroup. -.SH "QIconSet * QPushButton::iconSet () const" +.SH "TQIconSet * QPushButton::iconSet () const" Returns the icon set on the push button. See the "iconSet" property for details. .SH "bool QPushButton::isDefault () const" Returns TRUE if the push button is the default button; otherwise returns FALSE. See the "default" property for details. @@ -303,7 +303,7 @@ Sets whether the push button is the default button to \fIdef\fR. See the "defaul Sets whether the button is pressed. See the "down" property for details. .SH "void QPushButton::setFlat ( bool )" Sets whether the border is disabled. See the "flat" property for details. -.SH "void QPushButton::setIconSet ( const QIconSet & )" +.SH "void QPushButton::setIconSet ( const TQIconSet & )" Sets the icon set on the push button. See the "iconSet" property for details. .SH "void QPushButton::setIsMenuButton ( bool enable )\fC [virtual]\fR" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. @@ -395,7 +395,7 @@ This property holds whether the border is disabled. This property's default is FALSE. .PP Set this property's value with setFlat() and get this property's value with isFlat(). -.SH "QIconSet iconSet" +.SH "TQIconSet iconSet" This property holds the icon set on the push button. .PP This property will return 0 if the push button has no iconset. |