summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqwizard.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqwizard.3qt')
-rw-r--r--doc/man/man3/tqwizard.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqwizard.3qt b/doc/man/man3/tqwizard.3qt
index 470433de..8db06bff 100644
--- a/doc/man/man3/tqwizard.3qt
+++ b/doc/man/man3/tqwizard.3qt
@@ -115,10 +115,10 @@ Inherits TQDialog.
.SS "Protected Members"
.in +1c
.ti -1c
-.BI "virtual void \fBlayOutButtonRow\fR ( QHBoxLayout * layout )"
+.BI "virtual void \fBlayOutButtonRow\fR ( TQHBoxLayout * layout )"
.br
.ti -1c
-.BI "virtual void \fBlayOutTitleRow\fR ( QHBoxLayout * layout, const TQString & title )"
+.BI "virtual void \fBlayOutTitleRow\fR ( TQHBoxLayout * layout, const TQString & title )"
.br
.in -1c
.SS "Protected Slots"
@@ -200,11 +200,11 @@ This signal is emitted when the user clicks on the Help button.
Returns the position of page \fIpage\fR. If the page is not part of the wizard -1 is returned.
.SH "void TQWizard::insertPage ( TQWidget * page, const TQString & title, int index )\fC [virtual]\fR"
Inserts \fIpage\fR at position \fIindex\fR into the page sequence, with title \fItitle\fR. If \fIindex\fR is -1, the page will be appended to the end of the wizard's page sequence.
-.SH "void TQWizard::layOutButtonRow ( QHBoxLayout * layout )\fC [virtual protected]\fR"
+.SH "void TQWizard::layOutButtonRow ( TQHBoxLayout * layout )\fC [virtual protected]\fR"
This virtual function is responsible for adding the buttons below the bottom divider.
.PP
\fIlayout\fR is the horizontal layout of the entire wizard.
-.SH "void TQWizard::layOutTitleRow ( QHBoxLayout * layout, const TQString & title )\fC [virtual protected]\fR"
+.SH "void TQWizard::layOutTitleRow ( TQHBoxLayout * layout, const TQString & title )\fC [virtual protected]\fR"
This virtual function is responsible for laying out the title row.
.PP
\fIlayout\fR is the horizontal layout for the wizard, and \fItitle\fR is the title for this page. This function is called every time \fItitle\fR changes.