summaryrefslogtreecommitdiffstats
path: root/doc/html/tqiconset.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqiconset.html')
-rw-r--r--doc/html/tqiconset.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqiconset.html b/doc/html/tqiconset.html
index 7adf6c85..f75757e2 100644
--- a/doc/html/tqiconset.html
+++ b/doc/html/tqiconset.html
@@ -123,9 +123,9 @@ TQt class <a href="tqtoolbutton.html">TQToolButton</a> is an example of such a w
whichever icon is appropriate for the current state of your widget.
For example:
<pre>
- void MyWidget::drawIcon( <a href="ntqpainter.html">TQPainter</a>* p, TQPoint pos )
+ void MyWidget::drawIcon( <a href="tqpainter.html">TQPainter</a>* p, TQPoint pos )
{
- p-&gt;<a href="ntqpainter.html#drawPixmap">drawPixmap</a>( pos, icons-&gt;pixmap(
+ p-&gt;<a href="tqpainter.html#drawPixmap">drawPixmap</a>( pos, icons-&gt;pixmap(
TQIconSet::<a href="#Size-enum">Small</a>,
isEnabled() ? TQIconSet::<a href="#Mode-enum">Normal</a> :
TQIconSet::<a href="#Mode-enum">Disabled</a>,