summaryrefslogtreecommitdiffstats
path: root/doc/html/tqpopupmenu.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqpopupmenu.html')
-rw-r--r--doc/html/tqpopupmenu.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqpopupmenu.html b/doc/html/tqpopupmenu.html
index dbcdeeaf2..7e7eb8901 100644
--- a/doc/html/tqpopupmenu.html
+++ b/doc/html/tqpopupmenu.html
@@ -226,7 +226,7 @@ several items to a single slot (most often if the user selects
from an array). This signal is useful in such cases.
<p> <p>See also <a href="#highlighted">highlighted</a>() and <a href="tqmenudata.html#insertItem">TQMenuData::insertItem</a>().
-<p>Examples: <a href="grapher-nsplugin-example.html#x2767">grapher/grapher.cpp</a>, <a href="helpviewer-example.html#x1004">helpviewer/helpwindow.cpp</a>, <a href="qdir-example.html#x1835">qdir/qdir.cpp</a>, <a href="qwerty-example.html#x386">qwerty/qwerty.cpp</a>, <a href="scrollview-example.html#x642">scrollview/scrollview.cpp</a>, and <a href="showimg-example.html#x1341">showimg/showimg.cpp</a>.
+<p>Examples: <a href="grapher-nsplugin-example.html#x2767">grapher/grapher.cpp</a>, <a href="helpviewer-example.html#x1004">helpviewer/helpwindow.cpp</a>, <a href="tqdir-example.html#x1835">tqdir/tqdir.cpp</a>, <a href="qwerty-example.html#x386">qwerty/qwerty.cpp</a>, <a href="scrollview-example.html#x642">scrollview/scrollview.cpp</a>, and <a href="showimg-example.html#x1341">showimg/showimg.cpp</a>.
<h3 class=fn>void <a name="changeItem"></a>TQMenuData::changeItem ( int&nbsp;id, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )
</h3>
Changes the text of the menu item <em>id</em> to <em>text</em>. If the item
@@ -313,7 +313,7 @@ or aligned to a widget:
</pre>
-<p>Examples: <a href="fileiconview-example.html#x866">fileiconview/qfileiconview.cpp</a>, <a href="menu-example.html#x1878">menu/menu.cpp</a>, and <a href="scribble-example.html#x923">scribble/scribble.cpp</a>.
+<p>Examples: <a href="fileiconview-example.html#x866">fileiconview/tqfileiconview.cpp</a>, <a href="menu-example.html#x1878">menu/menu.cpp</a>, and <a href="scribble-example.html#x923">scribble/scribble.cpp</a>.
<h3 class=fn>int <a name="exec-2"></a>TQPopupMenu::exec ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, int&nbsp;indexAtPoint = 0 )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
@@ -798,7 +798,7 @@ Returns the text that has been set for menu item <em>id</em>, or
<a href="tqstring.html#TQString-null">TQString::null</a> if no text has been set.
<p> <p>See also <a href="tqmenudata.html#changeItem">changeItem</a>(), <a href="tqmenudata.html#pixmap">pixmap</a>(), and <a href="tqmenudata.html#iconSet">iconSet</a>().
-<p>Examples: <a href="qdir-example.html#x1831">qdir/qdir.cpp</a> and <a href="showimg-example.html#x1332">showimg/showimg.cpp</a>.
+<p>Examples: <a href="tqdir-example.html#x1831">tqdir/tqdir.cpp</a> and <a href="showimg-example.html#x1332">showimg/showimg.cpp</a>.
<h3 class=fn>void <a name="updateItem"></a>TQPopupMenu::updateItem ( int&nbsp;id )<tt> [virtual]</tt>
</h3>
Updates the item with identity <em>id</em>.