summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtranslatormessage.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqtranslatormessage.3qt')
-rw-r--r--doc/man/man3/tqtranslatormessage.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqtranslatormessage.3qt b/doc/man/man3/tqtranslatormessage.3qt
index 80eb19e7e..3748377ba 100644
--- a/doc/man/man3/tqtranslatormessage.3qt
+++ b/doc/man/man3/tqtranslatormessage.3qt
@@ -20,7 +20,7 @@ QTranslatorMessage \- Translator message and its properties
.BI "\fBQTranslatorMessage\fR ( const char * context, const char * sourceText, const char * comment, const TQString & translation = TQString::null )"
.br
.ti -1c
-.BI "\fBQTranslatorMessage\fR ( QDataStream & stream )"
+.BI "\fBQTranslatorMessage\fR ( TQDataStream & stream )"
.br
.ti -1c
.BI "\fBQTranslatorMessage\fR ( const QTranslatorMessage & m )"
@@ -50,7 +50,7 @@ QTranslatorMessage \- Translator message and its properties
.BI "enum \fBPrefix\fR { NoPrefix, Hash, HashContext, HashContextSourceText, HashContextSourceTextComment }"
.br
.ti -1c
-.BI "void \fBwrite\fR ( QDataStream & stream, bool strip = FALSE, Prefix prefix = HashContextSourceTextComment ) const"
+.BI "void \fBwrite\fR ( TQDataStream & stream, bool strip = FALSE, Prefix prefix = HashContextSourceTextComment ) const"
.br
.ti -1c
.BI "Prefix \fBcommonPrefix\fR ( const QTranslatorMessage & m ) const"
@@ -104,7 +104,7 @@ See also write() and commonPrefix().
Constructs a translator message with the extended key (0, 0, 0, 0) and TQString::null as translation.
.SH "QTranslatorMessage::QTranslatorMessage ( const char * context, const char * sourceText, const char * comment, const TQString & translation = TQString::null )"
Constructs an translator message with the extended key (\fIh\fR, \fIcontext\fR, \fIsourceText\fR, \fIcomment\fR), where \fIh\fR is computed from \fIsourceText\fR and \fIcomment\fR, and possibly with a \fItranslation\fR.
-.SH "QTranslatorMessage::QTranslatorMessage ( QDataStream & stream )"
+.SH "QTranslatorMessage::QTranslatorMessage ( TQDataStream & stream )"
Constructs a translator message read from the \fIstream\fR. The resulting message may have any combination of content.
.PP
See also QTranslator::save().
@@ -154,7 +154,7 @@ Returns the source text of this message (e.g. "&Save").
Returns the translation of the source text (e.g., "&Sauvegarder").
.PP
See also setTranslation().
-.SH "void QTranslatorMessage::write ( QDataStream & stream, bool strip = FALSE, Prefix prefix = HashContextSourceTextComment ) const"
+.SH "void QTranslatorMessage::write ( TQDataStream & stream, bool strip = FALSE, Prefix prefix = HashContextSourceTextComment ) const"
Writes this translator message to the \fIstream\fR. If \fIstrip\fR is FALSE (the default), all the information in the message is written. If \fIstrip\fR is TRUE, only the part of the extended key specified by \fIprefix\fR is written with the translation (HashContextSourceTextComment by default).
.PP
See also commonPrefix().