diff options
author | Michele Calgaro <[email protected]> | 2024-07-24 19:37:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-24 19:37:05 +0900 |
commit | 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch) | |
tree | be5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /doc/man/man3/tqprogressdialog.3qt | |
parent | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff) | |
download | tqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.tar.gz tqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.zip |
Rename text class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqprogressdialog.3qt')
-rw-r--r-- | doc/man/man3/tqprogressdialog.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqprogressdialog.3qt b/doc/man/man3/tqprogressdialog.3qt index 6c225a88c..5383a4da7 100644 --- a/doc/man/man3/tqprogressdialog.3qt +++ b/doc/man/man3/tqprogressdialog.3qt @@ -25,7 +25,7 @@ Inherits QDialog. .BI "\fB~QProgressDialog\fR ()" .br .ti -1c -.BI "void \fBsetLabel\fR ( QLabel * label )" +.BI "void \fBsetLabel\fR ( TQLabel * label )" .br .ti -1c .BI "void \fBsetCancelButton\fR ( QPushButton * cancelButton )" @@ -314,7 +314,7 @@ See also setCancelButtonText(). Sets the cancel button's text to \fIcancelButtonText\fR. .PP See also setCancelButton(). -.SH "void QProgressDialog::setLabel ( QLabel * label )" +.SH "void QProgressDialog::setLabel ( TQLabel * label )" Sets the label to \fIlabel\fR. The progress dialog resizes to fit. The label becomes owned by the progress dialog and will be deleted when necessary, so do not pass the address of an object on the stack. .PP See also labelText. |