summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtabdialog.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqtabdialog.3qt')
-rw-r--r--doc/man/man3/tqtabdialog.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqtabdialog.3qt b/doc/man/man3/tqtabdialog.3qt
index cad20b82..653085d5 100644
--- a/doc/man/man3/tqtabdialog.3qt
+++ b/doc/man/man3/tqtabdialog.3qt
@@ -28,7 +28,7 @@ Inherits QDialog.
.BI "void \fBaddTab\fR ( TQWidget * child, const TQString & label )"
.br
.ti -1c
-.BI "void \fBaddTab\fR ( TQWidget * child, const QIconSet & iconset, const TQString & label )"
+.BI "void \fBaddTab\fR ( TQWidget * child, const TQIconSet & iconset, const TQString & label )"
.br
.ti -1c
.BI "void \fBaddTab\fR ( TQWidget * child, QTab * tab )"
@@ -37,7 +37,7 @@ Inherits QDialog.
.BI "void \fBinsertTab\fR ( TQWidget * child, const TQString & label, int index = -1 )"
.br
.ti -1c
-.BI "void \fBinsertTab\fR ( TQWidget * child, const QIconSet & iconset, const TQString & label, int index = -1 )"
+.BI "void \fBinsertTab\fR ( TQWidget * child, const TQIconSet & iconset, const TQString & label, int index = -1 )"
.br
.ti -1c
.BI "void \fBinsertTab\fR ( TQWidget * child, QTab * tab, int index = -1 )"
@@ -46,7 +46,7 @@ Inherits QDialog.
.BI "void \fBchangeTab\fR ( TQWidget * w, const TQString & label )"
.br
.ti -1c
-.BI "void \fBchangeTab\fR ( TQWidget * w, const QIconSet & iconset, const TQString & label )"
+.BI "void \fBchangeTab\fR ( TQWidget * w, const TQIconSet & iconset, const TQString & label )"
.br
.ti -1c
.BI "bool \fBisTabEnabled\fR ( TQWidget * w ) const"
@@ -221,7 +221,7 @@ If the tab's \fIlabel\fR contains an ampersand, the letter following the ampersa
If you call addTab() after show() the screen will flicker and the user may be confused.
.PP
See also insertTab().
-.SH "void QTabDialog::addTab ( TQWidget * child, const QIconSet & iconset, const TQString & label )"
+.SH "void QTabDialog::addTab ( TQWidget * child, const TQIconSet & iconset, const TQString & label )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
This version of the function shows the \fIiconset\fR as well as the \fIlabel\fR on the tab of \fIchild\fR.
@@ -243,7 +243,7 @@ This signal is emitted when the Cancel button is clicked. It is automatically co
The Cancel button should not change the application's state at all, so you should generally not need to connect it to any slot.
.PP
See also applyButtonPressed(), defaultButtonPressed(), and setCancelButton().
-.SH "void QTabDialog::changeTab ( TQWidget * w, const QIconSet & iconset, const TQString & label )"
+.SH "void QTabDialog::changeTab ( TQWidget * w, const TQIconSet & iconset, const TQString & label )"
Changes tab page \fIw\fR's iconset to \fIiconset\fR and label to \fIlabel\fR.
.SH "void QTabDialog::changeTab ( TQWidget * w, const TQString & label )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
@@ -297,7 +297,7 @@ If \fIindex\fR is not specified, the tab is simply added. Otherwise it is insert
If you call insertTab() after show(), the screen will flicker and the user may be confused.
.PP
See also addTab().
-.SH "void QTabDialog::insertTab ( TQWidget * child, const QIconSet & iconset, const TQString & label, int index = -1 )"
+.SH "void QTabDialog::insertTab ( TQWidget * child, const TQIconSet & iconset, const TQString & label, int index = -1 )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
This version of the function shows the \fIiconset\fR as well as the \fIlabel\fR on the tab of \fIchild\fR.