From bd87b2af9dde0633e56a792665cdec7a9675da95 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 25 Nov 2012 14:05:14 -0600 Subject: Automated update from Qt3 --- doc/html/ntqfileinfo.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/ntqfileinfo.html') 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.
         TQFileInfo fi( "/tmp/archive.tar.gz" );
         if ( fi.permission( TQFileInfo::WriteUser | TQFileInfo::ReadGroup ) )
-            qWarning( "I can change the file; my group can read the file" );
+            tqWarning( "I can change the file; my group can read the file" );
         if ( fi.permission( TQFileInfo::WriteGroup | TQFileInfo::WriteOther ) )
-            qWarning( "The group or others can change the file" );
+            tqWarning( "The group or others can change the file" );
     

See also isReadable(), isWritable(), and isExecutable(). -- cgit v1.2.1