diff options
author | Michele Calgaro <[email protected]> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/tqiconset.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <[email protected]>
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>, |