summaryrefslogtreecommitdiffstats
path: root/doc/html/mdi-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
commit42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch)
tree0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/html/mdi-example.html
parentfef846914f8db6dc117e206ef913d519bf6bb33e (diff)
downloadtqt-42957a3f.tar.gz
tqt-42957a3f.zip
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/mdi-example.html')
-rw-r--r--doc/html/mdi-example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/mdi-example.html b/doc/html/mdi-example.html
index 3f2ba282a..76e04a36f 100644
--- a/doc/html/mdi-example.html
+++ b/doc/html/mdi-example.html
@@ -251,7 +251,7 @@ const char * filePrintText = "Click this button to print the file you "
help-&gt;<a href="tqmenudata.html#insertItem">insertItem</a>( "What's &amp;This", this, TQ_SLOT(<a href="tqmainwindow.html#whatsThis">whatsThis</a>()), SHIFT+Key_F1);
<a href="ntqvbox.html">TQVBox</a>* vb = new <a href="ntqvbox.html">TQVBox</a>( this );
- vb-&gt;<a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::StyledPanel | TQFrame::Sunken );
+ vb-&gt;<a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::StyledPanel | TQFrame::Sunken );
ws = new <a href="tqworkspace.html">TQWorkspace</a>( vb );
<a name="x2092"></a> ws-&gt;<a href="tqworkspace.html#setScrollBarsEnabled">setScrollBarsEnabled</a>( TRUE );
<a href="tqmainwindow.html#setCentralWidget">setCentralWidget</a>( vb );