summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqwizard.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
commit82ecd83484c9fa1ede059986ab771e74e33e68ef (patch)
treed0e76f19632bb02fc55028625bdb903902e1bac1 /doc/man/man3/tqwizard.3qt
parentc55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff)
downloadtqt-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz
tqt-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 470433de7..8db06bff3 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.