summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qfile.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/qfile.3qt')
-rw-r--r--doc/man/man3/qfile.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/qfile.3qt b/doc/man/man3/qfile.3qt
index c47a8fde5..841ef89f8 100644
--- a/doc/man/man3/qfile.3qt
+++ b/doc/man/man3/qfile.3qt
@@ -372,7 +372,7 @@ Example:
.br
f.open( IO_WriteOnly, stderr );
.br
- f.writeBlock( msg, qstrlen(msg) ); // write to stderr
+ f.writeBlock( msg, tqstrlen(msg) ); // write to stderr
.br
f.close();
.br