From 82ecd83484c9fa1ede059986ab771e74e33e68ef Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 16 Aug 2024 19:11:00 +0900 Subject: Rename layout nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/man/man3/tqwizard.3qt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/man/man3/tqwizard.3qt') 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. -- cgit v1.2.3