summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqfileinfo.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqfileinfo.html')
-rw-r--r--doc/html/ntqfileinfo.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqfileinfo.html b/doc/html/ntqfileinfo.html
index 38038845e..0df6cb7b7 100644
--- a/doc/html/ntqfileinfo.html
+++ b/doc/html/ntqfileinfo.html
@@ -411,9 +411,9 @@ always returns TRUE.
<pre>
TQFileInfo fi( "/tmp/archive.tar.gz" );
if ( fi.<a href="#permission">permission</a>( TQFileInfo::<a href="#PermissionSpec-enum">WriteUser</a> | TQFileInfo::<a href="#PermissionSpec-enum">ReadGroup</a> ) )
- <a href="ntqapplication.html#qWarning">qWarning</a>( "I can change the file; my group can read the file" );
+ <a href="ntqapplication.html#qWarning">tqWarning</a>( "I can change the file; my group can read the file" );
if ( fi.<a href="#permission">permission</a>( TQFileInfo::<a href="#PermissionSpec-enum">WriteGroup</a> | TQFileInfo::<a href="#PermissionSpec-enum">WriteOther</a> ) )
- <a href="ntqapplication.html#qWarning">qWarning</a>( "The group or others can change the file" );
+ <a href="ntqapplication.html#qWarning">tqWarning</a>( "The group or others can change the file" );
</pre>
<p> <p>See also <a href="#isReadable">isReadable</a>(), <a href="#isWritable">isWritable</a>(), and <a href="#isExecutable">isExecutable</a>().