summaryrefslogtreecommitdiffstats
path: root/doc/html/buttongroups-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-02 21:37:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-06 11:24:55 +0900
commit7552c6d73043b1040139033f6864db48ae5446cf (patch)
treef90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/html/buttongroups-example.html
parentc113da2069b66130f67a0f27c699e1cec83588a5 (diff)
downloadtqt-7552c6d7.tar.gz
tqt-7552c6d7.zip
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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);
}