summaryrefslogtreecommitdiffstats
path: root/doc/html/tqmainwindow.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqmainwindow.html')
-rw-r--r--doc/html/tqmainwindow.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqmainwindow.html b/doc/html/tqmainwindow.html
index 12459e6fc..0f59680b8 100644
--- a/doc/html/tqmainwindow.html
+++ b/doc/html/tqmainwindow.html
@@ -341,7 +341,7 @@ window to only live within the <a href="ntqt.html#Dock-enum">Top</a> or <a href=
<a href="tqtoolbar.html">TQToolBar</a> *tb = new <a href="tqtoolbar.html">TQToolBar</a>( this );
<a href="#addDockWindow">addDockWindow</a>( tb, tr( "Menubar" ), Top, FALSE );
<a href="tqmenubar.html">TQMenuBar</a> *mb = new <a href="tqmenubar.html">TQMenuBar</a>( tb );
- mb-&gt;<a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::NoFrame );
+ mb-&gt;<a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::NoFrame );
tb-&gt;<a href="tqtoolbar.html#setStretchableWidget">setStretchableWidget</a>( mb );
<a href="#setDockEnabled">setDockEnabled</a>( tb, Left, FALSE );
<a href="#setDockEnabled">setDockEnabled</a>( tb, Right, FALSE );