From 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 19:37:05 +0900 Subject: Rename text class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/man/man3/tqprogressdialog.3qt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/man/man3/tqprogressdialog.3qt') 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. -- cgit v1.2.3