summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqmainwindow.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqmainwindow.html')
-rw-r--r--doc/html/ntqmainwindow.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqmainwindow.html b/doc/html/ntqmainwindow.html
index 178236eb8..84a4ad912 100644
--- a/doc/html/ntqmainwindow.html
+++ b/doc/html/ntqmainwindow.html
@@ -228,7 +228,7 @@ to the toolbar and menu.
<pre> <a href="ntqaction.html">TQAction</a> * fileOpenAction;
</pre><pre> fileOpenAction = new <a href="ntqaction.html">TQAction</a>( TQPixmap( fileopen ), "&amp;Open...",
CTRL+Key_O, this, "open" );
- <a href="ntqobject.html#connect">connect</a>( fileOpenAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ) , this, TQ_SLOT( choose() ) );
+ <a href="tqobject.html#connect">connect</a>( fileOpenAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ) , this, TQ_SLOT( choose() ) );
</pre>
<p> Here we create an action with an icon which will be used in any
menu and toolbar that the action is added to. We've also given the
@@ -478,7 +478,7 @@ bottom dock areas. The menu bar is above the top dock area.
</h3>
Monitors events, recieved in <em>e</em>, to ensure the layout is updated.
-<p>Reimplemented from <a href="ntqobject.html#childEvent">TQObject</a>.
+<p>Reimplemented from <a href="tqobject.html#childEvent">TQObject</a>.
<h3 class=fn><a href="ntqpopupmenu.html">TQPopupMenu</a>&nbsp;* <a name="createDockWindowMenu"></a>TQMainWindow::createDockWindowMenu ( <a href="ntqmainwindow.html#DockWindows-enum">DockWindows</a>&nbsp;dockWindows = AllDockWindows ) const
</h3>
Creates the dock window menu which contains all toolbars (if <em>dockWindows</em> is <a href="#DockWindows-enum">OnlyToolBars</a> ), all dock windows (if <em>dockWindows</em> is <a href="#DockWindows-enum">NoToolBars</a>) or all toolbars and dock windows (if