summaryrefslogtreecommitdiffstats
path: root/doc/html/qcustommenuitem.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qcustommenuitem.html')
-rw-r--r--doc/html/qcustommenuitem.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qcustommenuitem.html b/doc/html/qcustommenuitem.html
index ba27be589..4b5d609f9 100644
--- a/doc/html/qcustommenuitem.html
+++ b/doc/html/qcustommenuitem.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qmenudata.cpp:1461 -->
+<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqmenudata.cpp:1461 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }
<p>The TQCustomMenuItem class is an abstract base class for custom menu items in popup menus.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qmenudata-h.html">ntqmenudata.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="tqmenudata-h.html">tqmenudata.h</a>&gt;</tt>
<p>Inherits <a href="ntqt.html">TQt</a>.
<p><a href="qcustommenuitem-members.html">List of all member functions.</a>
<h2>Public Members</h2>
@@ -60,7 +60,7 @@ application specific menu items. Examples are items showing
different fonts in a word processor or menus that allow the
selection of drawing utilities in a vector drawing program.
<p> A custom item is inserted into a popup menu with
-<a href="ntqmenudata.html#insertItem">TQPopupMenu::insertItem</a>().
+<a href="tqmenudata.html#insertItem">TQPopupMenu::insertItem</a>().
<p> By default, a custom item can also have an icon and a keyboard
accelerator. You can reimplement <a href="#fullSpan">fullSpan</a>() to return TRUE if you
want the item to span the entire popup menu width. This is
@@ -78,7 +78,7 @@ example how custom menu items can be used.
recognize shortcut keys that are from text with ampersands. Normal
accelerators work though.
<p> <img src=qpopmenu-fancy.png>
-<p> <p>See also <a href="ntqmenudata.html">TQMenuData</a>, <a href="ntqpopupmenu.html">TQPopupMenu</a>, and <a href="misc.html">Miscellaneous Classes</a>.
+<p> <p>See also <a href="tqmenudata.html">TQMenuData</a>, <a href="tqpopupmenu.html">TQPopupMenu</a>, and <a href="misc.html">Miscellaneous Classes</a>.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="TQCustomMenuItem"></a>TQCustomMenuItem::TQCustomMenuItem ()
@@ -119,7 +119,7 @@ Sets the font of the custom menu item to <em>font</em>.
changes. For menu items that show their own individual font entry,
you want to ignore this.
-<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="sizeHint"></a>TQCustomMenuItem::sizeHint ()<tt> [pure virtual]</tt>
+<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="sizeHint"></a>TQCustomMenuItem::sizeHint ()<tt> [pure virtual]</tt>
</h3>
<p> Returns the item's size hint.