diff options
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 42deb5a79..f9c199e8b 100644 --- a/doc/man/man3/tqprogressdialog.3qt +++ b/doc/man/man3/tqprogressdialog.3qt @@ -46,7 +46,7 @@ Inherits QDialog. .BI "int \fBprogress\fR () const" .br .ti -1c -.BI "virtual QSize \fBsizeHint\fR () const" +.BI "virtual TQSize \fBsizeHint\fR () const" .br .ti -1c .BI "TQString \fBlabelText\fR () const" @@ -334,7 +334,7 @@ Sets the current amount of progress to \fIprogress\fR and the total number of st See also totalSteps. .SH "void QProgressDialog::setTotalSteps ( int totalSteps )\fC [slot]\fR" Sets the total number of steps to \fItotalSteps\fR. See the "totalSteps" property for details. -.SH "QSize QProgressDialog::sizeHint () const\fC [virtual]\fR" +.SH "TQSize QProgressDialog::sizeHint () const\fC [virtual]\fR" Returns a size that fits the contents of the progress dialog. The progress dialog resizes itself as required, so you should not need to call this yourself. .SH "int QProgressDialog::totalSteps () const" Returns the total number of steps. See the "totalSteps" property for details. |