diff options
Diffstat (limited to 'doc/man/man3/qbuffer.3qt')
-rw-r--r-- | doc/man/man3/qbuffer.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/qbuffer.3qt b/doc/man/man3/qbuffer.3qt index db2dc57ec..c696de242 100644 --- a/doc/man/man3/qbuffer.3qt +++ b/doc/man/man3/qbuffer.3qt @@ -11,7 +11,7 @@ QBuffer \- I/O device that operates on a QByteArray .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qbuffer.h>\fR +\fC#include <ntqbuffer.h>\fR .PP Inherits QIODevice. .PP @@ -61,7 +61,7 @@ Constructs an empty buffer. .SH "QBuffer::QBuffer ( QByteArray buf )" Constructs a buffer that operates on \fIbuf\fR. .PP -If you open the buffer in write mode (<a href="qfile.html#open">IO_WriteOnly</a> or IO_ReadWrite) and write something into the buffer, \fIbuf\fR will be modified. +If you open the buffer in write mode (<a href="ntqfile.html#open">IO_WriteOnly</a> or IO_ReadWrite) and write something into the buffer, \fIbuf\fR will be modified. .PP Example: .PP @@ -95,7 +95,7 @@ Replaces the buffer's contents with \fIbuf\fR and returns TRUE. .PP Does nothing (and returns FALSE) if isOpen() is TRUE. .PP -Note that if you open the buffer in write mode (<a href="qfile.html#open">IO_WriteOnly</a> or IO_ReadWrite) and write something into the buffer, \fIbuf\fR is also modified because QByteArray is an explicitly shared class. +Note that if you open the buffer in write mode (<a href="ntqfile.html#open">IO_WriteOnly</a> or IO_ReadWrite) and write something into the buffer, \fIbuf\fR is also modified because QByteArray is an explicitly shared class. .PP See also buffer(), open(), and close(). .SH "Q_LONG QBuffer::writeBlock ( const char * p, Q_ULONG len )\fC [virtual]\fR" @@ -113,7 +113,7 @@ This convenience function is the same as calling \fCwriteBlock( data.data(), data.size() )\fR with \fIdata\fR. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qbuffer.html +.BR http://doc.trolltech.com/ntqbuffer.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |