summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqfile.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqfile.html')
-rw-r--r--doc/html/ntqfile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqfile.html b/doc/html/ntqfile.html
index 58efb3bc6..61ebcb6a6 100644
--- a/doc/html/ntqfile.html
+++ b/doc/html/ntqfile.html
@@ -229,7 +229,7 @@ should translate it first, for example:
TQMessageBox::<a href="ntqmessagebox.html#critical">critical</a>(
this,
tr("Open failed"),
- tr("Could not open file for reading: %1").arg( qApp-&gt;<a href="ntqapplication.html#translate">translate</a>("TQFile",f.<a href="#errorString">errorString</a>()) )
+ tr("Could not open file for reading: %1").arg( tqApp-&gt;<a href="ntqapplication.html#translate">translate</a>("TQFile",f.<a href="#errorString">errorString</a>()) )
);
return;
}