summaryrefslogtreecommitdiffstats
path: root/doc/html/tqfile.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqfile.html')
-rw-r--r--doc/html/tqfile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqfile.html b/doc/html/tqfile.html
index 2dc549dfb..11920a189 100644
--- a/doc/html/tqfile.html
+++ b/doc/html/tqfile.html
@@ -226,7 +226,7 @@ should translate it first, for example:
<p> <pre>
TQFile f( "address.dat" );
if ( !f.<a href="#open">open</a>( <a href="tqfile.html#open">IO_ReadOnly</a> ) {
- TQMessageBox::<a href="ntqmessagebox.html#critical">critical</a>(
+ TQMessageBox::<a href="tqmessagebox.html#critical">critical</a>(
this,
tr("Open failed"),
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>()) )