summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qbuffer.3qt
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/man/man3/qbuffer.3qt
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/man/man3/qbuffer.3qt')
-rw-r--r--doc/man/man3/qbuffer.3qt8
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