diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
commit | 42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch) | |
tree | 0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/man/man3/tqfiledialog.3qt | |
parent | fef846914f8db6dc117e206ef913d519bf6bb33e (diff) | |
download | tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip |
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqfiledialog.3qt')
-rw-r--r-- | doc/man/man3/tqfiledialog.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqfiledialog.3qt b/doc/man/man3/tqfiledialog.3qt index 0232858ab..1ea10a2db 100644 --- a/doc/man/man3/tqfiledialog.3qt +++ b/doc/man/man3/tqfiledialog.3qt @@ -217,7 +217,7 @@ Inherits TQDialog. .BI "void \fBaddWidgets\fR ( TQLabel * l, TQWidget * w, TQPushButton * b )" .br .ti -1c -.BI "void \fBaddToolButton\fR ( QButton * b, bool separator = FALSE )" +.BI "void \fBaddToolButton\fR ( TQButton * b, bool separator = FALSE )" .br .ti -1c .BI "void \fBaddLeftWidget\fR ( TQWidget * w )" @@ -443,7 +443,7 @@ See also addRightWidget(), addWidgets(), and addToolButton(). Adds the widget \fIw\fR to the right-hand side of the file dialog. .PP See also addLeftWidget(), addWidgets(), and addToolButton(). -.SH "void TQFileDialog::addToolButton ( QButton * b, bool separator = FALSE )\fC [protected]\fR" +.SH "void TQFileDialog::addToolButton ( TQButton * b, bool separator = FALSE )\fC [protected]\fR" Adds the tool button \fIb\fR to the row of tool buttons at the top of the file dialog. The button is appended to the right of this row. If \fIseparator\fR is TRUE, a small space is inserted between the last button of the row and the new button \fIb\fR. .PP See also addWidgets(), addLeftWidget(), and addRightWidget(). |