From 359640943bcf155faa9a067dde9e00a123276290 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Feb 2012 17:43:39 -0600 Subject: Automated update from Qt3 --- doc/man/man3/qbytearray.3qt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/man/man3/qbytearray.3qt') diff --git a/doc/man/man3/qbytearray.3qt b/doc/man/man3/qbytearray.3qt index 72b3b1e44..071b0ee79 100644 --- a/doc/man/man3/qbytearray.3qt +++ b/doc/man/man3/qbytearray.3qt @@ -56,18 +56,18 @@ Constructs a QByteArray of size \fIsize\fR. .SH "QByteArray qCompress ( const QByteArray & data )" Compresses the array \fIdata\fR and returns the compressed byte array using zlib. .PP -See also qUncompress(). +See also tqUncompress(). .SH "QByteArray qCompress ( const uchar * data, int nbytes )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Compresses the array \fIdata\fR which is \fInbytes\fR long and returns the compressed byte array. -.SH "QByteArray qUncompress ( const QByteArray & data )" +.SH "QByteArray tqUncompress ( const QByteArray & data )" Uncompresses the array \fIdata\fR and returns the uncompressed byte array. .PP Returns an empty QByteArray if the input data was corrupt. .PP See also qCompress(). -.SH "QByteArray qUncompress ( const uchar * data, int nbytes )" +.SH "QByteArray tqUncompress ( const uchar * data, int nbytes )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Uncompresses the array \fIdata\fR which is \fInbytes\fR long and returns -- cgit v1.2.1