summaryrefslogtreecommitdiffstats
path: root/doc/html/buttongroups-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/buttongroups-example.html')
-rw-r--r--doc/html/buttongroups-example.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/buttongroups-example.html b/doc/html/buttongroups-example.html
index 53661833c..c9b50d912 100644
--- a/doc/html/buttongroups-example.html
+++ b/doc/html/buttongroups-example.html
@@ -88,7 +88,7 @@ protected slots:
#include "buttongroups.h"
-#include &lt;<a href="qpopupmenu-h.html">ntqpopupmenu.h</a>&gt;
+#include &lt;<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>&gt;
#include &lt;<a href="qbuttongroup-h.html">ntqbuttongroup.h</a>&gt;
#include &lt;<a href="qlayout-h.html">ntqlayout.h</a>&gt;
#include &lt;<a href="qradiobutton-h.html">ntqradiobutton.h</a>&gt;
@@ -177,11 +177,11 @@ protected slots:
// .. and the fourth a button with a menu
<a href="ntqpushbutton.html">TQPushButton</a> *tb4 = new <a href="ntqpushbutton.html">TQPushButton</a>( "Popup Button", bgrp4, "popup" );
- <a href="ntqpopupmenu.html">TQPopupMenu</a> *menu = new <a href="ntqpopupmenu.html">TQPopupMenu</a>(tb4);
- menu-&gt;<a href="ntqmenudata.html#insertItem">insertItem</a>("Item1", 0);
- menu-&gt;<a href="ntqmenudata.html#insertItem">insertItem</a>("Item2", 1);
- menu-&gt;<a href="ntqmenudata.html#insertItem">insertItem</a>("Item3", 2);
- menu-&gt;<a href="ntqmenudata.html#insertItem">insertItem</a>("Item4", 3);
+ <a href="tqpopupmenu.html">TQPopupMenu</a> *menu = new <a href="tqpopupmenu.html">TQPopupMenu</a>(tb4);
+ menu-&gt;<a href="tqmenudata.html#insertItem">insertItem</a>("Item1", 0);
+ menu-&gt;<a href="tqmenudata.html#insertItem">insertItem</a>("Item2", 1);
+ menu-&gt;<a href="tqmenudata.html#insertItem">insertItem</a>("Item3", 2);
+ menu-&gt;<a href="tqmenudata.html#insertItem">insertItem</a>("Item4", 3);
<a name="x557"></a> tb4-&gt;<a href="ntqpushbutton.html#setPopup">setPopup</a>(menu);
}