summaryrefslogtreecommitdiffstats
path: root/doc/html/tqtoolbutton.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqtoolbutton.html')
-rw-r--r--doc/html/tqtoolbutton.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqtoolbutton.html b/doc/html/tqtoolbutton.html
index 3b15f0b60..66cdcad85 100644
--- a/doc/html/tqtoolbutton.html
+++ b/doc/html/tqtoolbutton.html
@@ -123,7 +123,7 @@ pops up showing a list of possible pages to jump to. With
TQToolButton you can set a popup menu using <a href="#setPopup">setPopup</a>(). The default
delay is 600ms; you can adjust it with <a href="#setPopupDelay">setPopupDelay</a>().
<p> <center><img src="qdockwindow.png" alt="Toolbar with Toolbuttons &#92;caption A floating"></center> TQToolbar with TQToolbuttons
-<p> <p>See also <a href="ntqpushbutton.html">TQPushButton</a>, <a href="tqtoolbar.html">TQToolBar</a>, <a href="tqmainwindow.html">TQMainWindow</a>, <a href="guibooks.html#fowler
+<p> <p>See also <a href="tqpushbutton.html">TQPushButton</a>, <a href="tqtoolbar.html">TQToolBar</a>, <a href="tqmainwindow.html">TQMainWindow</a>, <a href="guibooks.html#fowler
">GUI Design Handbook: Push Button</a>, and <a href="basic.html">Basic Widgets</a>.
<hr><h2>Member Type Documentation</h2>
@@ -299,7 +299,7 @@ too. There is no default text.
<p>Set this property's value with <a href="#setTextPosition">setTextPosition</a>() and get this property's value with <a href="#textPosition">textPosition</a>().
<h3 class=fn>bool <a name="toggleButton-prop"></a>toggleButton</h3>
<p>This property holds whether this tool button is a toggle button.
-<p>Toggle buttons have an on/off state similar to <a href="ntqcheckbox.html">check boxes.</a> A tool button is not a toggle button by
+<p>Toggle buttons have an on/off state similar to <a href="tqcheckbox.html">check boxes.</a> A tool button is not a toggle button by
default.
<p> <p>See also <a href="#on-prop">on</a> and <a href="#toggle">toggle</a>().