From a30f5359f03c3017fa19a6770fab32d25d22cb87 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 15 Jul 2024 19:08:22 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 1) Signed-off-by: Michele Calgaro --- doc/html/tqiconset.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqiconset.html') 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 TQToolButton is an example of such a w whichever icon is appropriate for the current state of your widget. For example:
-    void MyWidget::drawIcon( TQPainter* p, TQPoint pos )
+    void MyWidget::drawIcon( TQPainter* p, TQPoint pos )
     {
-        p->drawPixmap( pos, icons->pixmap(
+        p->drawPixmap( pos, icons->pixmap(
                                 TQIconSet::Small,
                                 isEnabled() ? TQIconSet::Normal :
                                               TQIconSet::Disabled,
-- 
cgit v1.2.1