diff options
author | Timothy Pearson <[email protected]> | 2012-11-25 14:05:14 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-11-25 14:05:14 -0600 |
commit | bd87b2af9dde0633e56a792665cdec7a9675da95 (patch) | |
tree | 372fc8bc287d9712646388e9543b291a30b9cbd6 /doc/html/ntqfileinfo.html | |
parent | c5e69959c9eeb6a1396f1a60d7cf4f9781a2d47c (diff) | |
download | tqt3-bd87b2af9dde0633e56a792665cdec7a9675da95.tar.gz tqt3-bd87b2af9dde0633e56a792665cdec7a9675da95.zip |
Automated update from Qt3
Diffstat (limited to 'doc/html/ntqfileinfo.html')
-rw-r--r-- | doc/html/ntqfileinfo.html | 4 |
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>(). |