summaryrefslogtreecommitdiffstats
path: root/doc/html/outliner-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/outliner-example.html')
-rw-r--r--doc/html/outliner-example.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/outliner-example.html b/doc/html/outliner-example.html
index ba5b51fee..3c1ffe283 100644
--- a/doc/html/outliner-example.html
+++ b/doc/html/outliner-example.html
@@ -160,14 +160,14 @@ private:
<a href="ntqfile.html">TQFile</a> opmlFile( fileName );
<a name="x1915"></a> if ( !opmlFile.<a href="ntqfile.html#open">open</a>( <a href="ntqfile.html#open">IO_ReadOnly</a> ) ) {
<a name="x1917"></a> TQMessageBox::<a href="ntqmessagebox.html#critical">critical</a>( 0,
- <a href="ntqobject.html#tr">tr</a>( "Critical Error" ),
- <a href="ntqobject.html#tr">tr</a>( "Cannot open file %1" ).arg( fileName ) );
+ <a href="tqobject.html#tr">tr</a>( "Critical Error" ),
+ <a href="tqobject.html#tr">tr</a>( "Cannot open file %1" ).arg( fileName ) );
return;
}
if ( !domTree.setContent( &amp;opmlFile ) ) {
TQMessageBox::<a href="ntqmessagebox.html#critical">critical</a>( 0,
- <a href="ntqobject.html#tr">tr</a>( "Critical Error" ),
- <a href="ntqobject.html#tr">tr</a>( "Parsing error for file %1" ).arg( fileName ) );
+ <a href="tqobject.html#tr">tr</a>( "Critical Error" ),
+ <a href="tqobject.html#tr">tr</a>( "Parsing error for file %1" ).arg( fileName ) );
<a name="x1914"></a> opmlFile.<a href="ntqfile.html#close">close</a>();
return;
}