diff options
Diffstat (limited to 'doc/html/tqdir-example.html')
-rw-r--r-- | doc/html/tqdir-example.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqdir-example.html b/doc/html/tqdir-example.html index d00762889..f42b5435d 100644 --- a/doc/html/tqdir-example.html +++ b/doc/html/tqdir-example.html @@ -59,7 +59,7 @@ body { background: #ffffff; color: black; } #include <<a href="qmultilineedit-h.html">ntqmultilineedit.h</a>> #include <<a href="qheader-h.html">ntqheader.h</a>> #include <<a href="qevent-h.html">ntqevent.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="tqtoolbutton-h.html">tqtoolbutton.h</a>> @@ -135,10 +135,10 @@ void <a name="f496"></a>PixmapView::setPixmap( const <a href="ntqpixmap.html">TQ <a href="ntqscrollview.html#viewport">viewport</a>()->repaint( FALSE ); } -<a name="x1837"></a>void PixmapView::<a href="ntqscrollview.html#drawContents">drawContents</a>( <a href="ntqpainter.html">TQPainter</a> *p, int cx, int cy, int cw, int ch ) +<a name="x1837"></a>void PixmapView::<a href="ntqscrollview.html#drawContents">drawContents</a>( <a href="tqpainter.html">TQPainter</a> *p, int cx, int cy, int cw, int ch ) { -<a name="x1833"></a> p-><a href="ntqpainter.html#fillRect">fillRect</a>( cx, cy, cw, ch, colorGroup().brush( TQColorGroup::Base ) ); -<a name="x1832"></a> p-><a href="ntqpainter.html#drawPixmap">drawPixmap</a>( 0, 0, pixmap ); +<a name="x1833"></a> p-><a href="tqpainter.html#fillRect">fillRect</a>( cx, cy, cw, ch, colorGroup().brush( TQColorGroup::Base ) ); +<a name="x1832"></a> p-><a href="tqpainter.html#drawPixmap">drawPixmap</a>( 0, 0, pixmap ); } // **************************************************************************************************** |