diff options
Diffstat (limited to 'doc/html/mdi-example.html')
-rw-r--r-- | doc/html/mdi-example.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/mdi-example.html b/doc/html/mdi-example.html index 76e04a36f..2a8fffc67 100644 --- a/doc/html/mdi-example.html +++ b/doc/html/mdi-example.html @@ -157,7 +157,7 @@ private: #include <<a href="tqpaintdevicemetrics-h.html">tqpaintdevicemetrics.h</a>> #include <<a href="tqwhatsthis-h.html">tqwhatsthis.h</a>> #include <<a href="tqobjectlist-h.html">tqobjectlist.h</a>> -#include <<a href="qvbox-h.html">ntqvbox.h</a>> +#include <<a href="tqvbox-h.html">tqvbox.h</a>> #include <<a href="tqsimplerichtext-h.html">tqsimplerichtext.h</a>> #include "filesave.xpm" @@ -250,7 +250,7 @@ const char * filePrintText = "Click this button to print the file you " help-><a href="tqmenudata.html#insertSeparator">insertSeparator</a>(); help-><a href="tqmenudata.html#insertItem">insertItem</a>( "What's &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 ); + <a href="tqvbox.html">TQVBox</a>* vb = new <a href="tqvbox.html">TQVBox</a>( this ); vb-><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-><a href="tqworkspace.html#setScrollBarsEnabled">setScrollBarsEnabled</a>( TRUE ); |