summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqprinter.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqprinter.3qt')
-rw-r--r--doc/man/man3/tqprinter.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqprinter.3qt b/doc/man/man3/tqprinter.3qt
index f9ee148c2..190396a85 100644
--- a/doc/man/man3/tqprinter.3qt
+++ b/doc/man/man3/tqprinter.3qt
@@ -130,7 +130,7 @@ Inherits QPaintDevice.
.BI "bool \fBfullPage\fR () const"
.br
.ti -1c
-.BI "QSize \fBmargins\fR () const"
+.BI "TQSize \fBmargins\fR () const"
.br
.ti -1c
.BI "void \fBsetMargins\fR ( uint top, uint left, uint bottom, uint right )"
@@ -452,7 +452,7 @@ See also setFullPage(), PageSize, and QPaintDeviceMetrics.
Returns TRUE if the printer option with identifier \fIoption\fR is enabled; otherwise returns FALSE.
.PP
See also setOptionEnabled().
-.SH "QSize QPrinter::margins () const"
+.SH "TQSize QPrinter::margins () const"
Returns the width of the left margin and the height of the top margin of the printer. On Unix, this is a best-effort guess, not based on perfect knowledge.
.PP
If you have called setFullPage( TRUE ), margins().width() may be treated as the smallest sane left margin you can use, and margins().height() as the smallest sane top margin you can use.