diff options
Diffstat (limited to 'doc/html/tqiconset.html')
-rw-r--r-- | doc/html/tqiconset.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqiconset.html b/doc/html/tqiconset.html index 7adf6c857..f75757e29 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-><a href="ntqpainter.html#drawPixmap">drawPixmap</a>( pos, icons->pixmap( + p-><a href="tqpainter.html#drawPixmap">drawPixmap</a>( pos, icons->pixmap( TQIconSet::<a href="#Size-enum">Small</a>, isEnabled() ? TQIconSet::<a href="#Mode-enum">Normal</a> : TQIconSet::<a href="#Mode-enum">Disabled</a>, |