summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqbutton.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqbutton.html')
-rw-r--r--doc/html/ntqbutton.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqbutton.html b/doc/html/ntqbutton.html
index 80dbb2dd5..7030c2fb3 100644
--- a/doc/html/ntqbutton.html
+++ b/doc/html/ntqbutton.html
@@ -242,7 +242,7 @@ for a button that has <a href="#autoRepeat-prop">autoRepeat</a> turned on.
<p> <p>See also <a href="#pressed">pressed</a>(), <a href="#released">released</a>(), <a href="#toggled">toggled</a>(), <a href="#autoRepeat-prop">autoRepeat</a>, and <a href="#down-prop">down</a>.
<p>Examples: <a href="tutorial2-08.html#x2596">chart/setdataform.cpp</a>, <a href="listbox-example.html#x1426">listbox/listbox.cpp</a>, <a href="clientserver-example.html#x792">network/clientserver/client/client.cpp</a>, <a href="progressbar-example.html#x962">progressbar/progressbar.cpp</a>, <a href="richtext-example.html#x462">richtext/richtext.cpp</a>, <a href="tutorial1-02.html#x2290">t2/main.cpp</a>, and <a href="tutorial1-04.html#x2306">t4/main.cpp</a>.
-<h3 class=fn>void <a name="drawButton"></a>TQButton::drawButton ( <a href="ntqpainter.html">TQPainter</a>&nbsp;* )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="drawButton"></a>TQButton::drawButton ( <a href="tqpainter.html">TQPainter</a>&nbsp;* )<tt> [virtual protected]</tt>
</h3>
Draws the button. The default implementation does nothing.
<p> This virtual function is reimplemented by subclasses to draw real
@@ -250,7 +250,7 @@ buttons. At some point, these reimplementations should call
<a href="#drawButtonLabel">drawButtonLabel</a>().
<p> <p>See also <a href="#drawButtonLabel">drawButtonLabel</a>() and <a href="#paintEvent">paintEvent</a>().
-<h3 class=fn>void <a name="drawButtonLabel"></a>TQButton::drawButtonLabel ( <a href="ntqpainter.html">TQPainter</a>&nbsp;* )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="drawButtonLabel"></a>TQButton::drawButtonLabel ( <a href="tqpainter.html">TQPainter</a>&nbsp;* )<tt> [virtual protected]</tt>
</h3>
Draws the button text or pixmap.
<p> This virtual function is reimplemented by subclasses to draw real
@@ -283,7 +283,7 @@ See the <a href="ntqbutton.html#on-prop">"on"</a> property for details.
<h3 class=fn>bool <a name="isToggleButton"></a>TQButton::isToggleButton () const
</h3><p>Returns TRUE if the button is a toggle button; otherwise returns FALSE.
See the <a href="ntqbutton.html#toggleButton-prop">"toggleButton"</a> property for details.
-<h3 class=fn>void <a name="paintEvent"></a>TQButton::paintEvent ( <a href="qpaintevent.html">TQPaintEvent</a>&nbsp;* )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="paintEvent"></a>TQButton::paintEvent ( <a href="tqpaintevent.html">TQPaintEvent</a>&nbsp;* )<tt> [virtual protected]</tt>
</h3>
Handles paint events for buttons. Small and typically complex
buttons are painted double-buffered to reduce flicker. The