summaryrefslogtreecommitdiffstats
path: root/doc/html/outliner-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 14:04:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-27 16:08:54 +0900
commit04913ce7a46fd027856e83a96205fdc388742a19 (patch)
treea04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/outliner-example.html
parentc11c0f228b65f7471a26513ef8dbde413e75f8fa (diff)
downloadtqt-04913ce7.tar.gz
tqt-04913ce7.zip
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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;
}