From a830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:24:30 -0600 Subject: Rename additional global TQt functions --- 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 dffb9d1..1470fbf 100644 --- a/doc/man/man3/qbytearray.3qt +++ b/doc/man/man3/qbytearray.3qt @@ -53,11 +53,11 @@ Constructs an empty QByteArray. .SH "QByteArray::QByteArray ( int size )" Constructs a QByteArray of size \fIsize\fR. .SH RELATED FUNCTION DOCUMENTATION -.SH "QByteArray qCompress ( const QByteArray & data )" +.SH "QByteArray tqCompress ( const QByteArray & data )" Compresses the array \fIdata\fR and returns the compressed byte array using zlib. .PP See also qUncompress(). -.SH "QByteArray qCompress ( const uchar * data, int nbytes )" +.SH "QByteArray tqCompress ( 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. @@ -66,7 +66,7 @@ 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(). +See also tqCompress(). .SH "QByteArray qUncompress ( const uchar * data, int nbytes )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP -- cgit v1.2.1