summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqpicture.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqpicture.3qt')
-rw-r--r--doc/man/man3/tqpicture.3qt24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/man/man3/tqpicture.3qt b/doc/man/man3/tqpicture.3qt
index 0b885f6c..9b2df823 100644
--- a/doc/man/man3/tqpicture.3qt
+++ b/doc/man/man3/tqpicture.3qt
@@ -89,7 +89,7 @@ A picture serializes painter commands to an IO device in a platform-independent
.PP
Pictures are called meta-files on some platforms.
.PP
-Qt pictures use a proprietary binary format. Unlike native picture (meta-file) formats on many window systems, Qt pictures have no limitations regarding their contents. Everything that can be painted can also be stored in a picture, e.g. fonts, pixmaps, regions, transformed graphics, etc.
+Qt pictures use a proprietary binary format. Unlike native picture (meta-file) formats on many window systems, TQt pictures have no limitations regarding their contents. Everything that can be painted can also be stored in a picture, e.g. fonts, pixmaps, regions, transformed graphics, etc.
.PP
QPicture is an implicitly shared class.
.PP
@@ -138,19 +138,19 @@ Constructs an empty picture.
.PP
The \fIformatVersion\fR parameter may be used to \fIcreate\fR a QPicture that can be read by applications that are compiled with earlier versions of Qt.
.TP
-\fIformatVersion\fR == 1 is binary compatible with Qt 1.x and later.
+\fIformatVersion\fR == 1 is binary compatible with TQt 1.x and later.
.TP
-\fIformatVersion\fR == 2 is binary compatible with Qt 2.0.x and later.
+\fIformatVersion\fR == 2 is binary compatible with TQt 2.0.x and later.
.TP
-\fIformatVersion\fR == 3 is binary compatible with Qt 2.1.x and later.
+\fIformatVersion\fR == 3 is binary compatible with TQt 2.1.x and later.
.TP
-\fIformatVersion\fR == 4 is binary compatible with Qt 3.0.x and later.
+\fIformatVersion\fR == 4 is binary compatible with TQt 3.0.x and later.
.TP
-\fIformatVersion\fR == 5 is binary compatible with Qt 3.1.
+\fIformatVersion\fR == 5 is binary compatible with TQt 3.1.
.PP
-Note that the default formatVersion is -1 which signifies the current release, i.e. for Qt 3.1 a formatVersion of 5 is the same as the default formatVersion of -1.
+Note that the default formatVersion is -1 which signifies the current release, i.e. for TQt 3.1 a formatVersion of 5 is the same as the default formatVersion of -1.
.PP
-Reading pictures generated by earlier versions of Qt is supported and needs no special coding; the format is automatically detected.
+Reading pictures generated by earlier versions of TQt is supported and needs no special coding; the format is automatically detected.
.SH "QPicture::QPicture ( const QPicture & pic )"
Constructs a shallow copy of \fIpic\fR.
.SH "QPicture::~QPicture ()"
@@ -174,7 +174,7 @@ Loads a picture from the file specified by \fIfileName\fR and returns TRUE if su
.PP
By default, the file will be interpreted as being in the native QPicture format. Specifying the \fIformat\fR string is optional and is only needed for importing picture data stored in a different format.
.PP
-Currently, the only external format supported is the W3C SVG format which requires the Qt XML module. The corresponding \fIformat\fR string is "svg".
+Currently, the only external format supported is the W3C SVG format which requires the TQt XML module. The corresponding \fIformat\fR string is "svg".
.PP
See also save().
.PP
@@ -203,7 +203,7 @@ Saves a picture to the file specified by \fIfileName\fR and returns TRUE if succ
.PP
Specifying the file \fIformat\fR string is optional. It's not recommended unless you intend to export the picture data for use by a third party reader. By default the data will be saved in the native QPicture file format.
.PP
-Currently, the only external format supported is the W3C SVG format which requires the Qt XML module. The corresponding \fIformat\fR string is "svg".
+Currently, the only external format supported is the W3C SVG format which requires the TQt XML module. The corresponding \fIformat\fR string is "svg".
.PP
See also load().
.PP
@@ -243,8 +243,8 @@ If you find a bug in Qt, please report it as described in
.BR http://doc.trolltech.com/bughowto.html .
Good bug reports help us to help you. Thank you.
.P
-The definitive Qt documentation is provided in HTML format; it is
-located at $QTDIR/doc/html and can be read using Qt Assistant or with
+The definitive TQt documentation is provided in HTML format; it is
+located at $QTDIR/doc/html and can be read using TQt Assistant or with
a web browser. This man page is provided as a convenience for those
users who prefer man pages, although this format is not officially
supported by Trolltech.