summaryrefslogtreecommitdiffstats
path: root/doc/html/mdi-example.html
diff options
context:
space:
mode:
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 );