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/html/ntqfile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/ntqfile.html') diff --git a/doc/html/ntqfile.html b/doc/html/ntqfile.html index 2c5612b00..58efb3bc6 100644 --- a/doc/html/ntqfile.html +++ b/doc/html/ntqfile.html @@ -352,7 +352,7 @@ Returns TRUE if successful, otherwise FALSE. { TQFile f; f.open( IO_WriteOnly, stderr ); - f.writeBlock( msg, qstrlen(msg) ); // write to stderr + f.writeBlock( msg, tqstrlen(msg) ); // write to stderr f.close(); } -- cgit v1.2.1