diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/html/scribble-example.html | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/scribble-example.html')
-rw-r--r-- | doc/html/scribble-example.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/scribble-example.html b/doc/html/scribble-example.html index bad11b1c1..48346efd0 100644 --- a/doc/html/scribble-example.html +++ b/doc/html/scribble-example.html @@ -156,7 +156,7 @@ protected slots: #include <<a href="tqimage-h.html">tqimage.h</a>> #include <<a href="tqstrlist-h.html">tqstrlist.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> -#include <<a href="qintdict-h.html">ntqintdict.h</a>> +#include <<a href="tqintdict-h.html">tqintdict.h</a>> const bool no_writing = FALSE; @@ -238,8 +238,8 @@ void <a name="f340"></a>Canvas::clearScreen() { TQWidget::<a href="tqwidget.html#paintEvent">paintEvent</a>( e ); -<a name="x920"></a> <a href="ntqmemarray.html">TQMemArray</a><TQRect> rects = e-><a href="qpaintevent.html#region">region</a>().rects(); -<a name="x913"></a> for ( uint i = 0; i < rects.<a href="ntqmemarray.html#count">count</a>(); i++ ) { +<a name="x920"></a> <a href="tqmemarray.html">TQMemArray</a><TQRect> rects = e-><a href="qpaintevent.html#region">region</a>().rects(); +<a name="x913"></a> for ( uint i = 0; i < rects.<a href="tqmemarray.html#count">count</a>(); i++ ) { <a href="ntqrect.html">TQRect</a> r = rects[(int)i]; <a href="tqimage.html#bitBlt">bitBlt</a>( this, r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#y">y</a>(), &buffer, r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#y">y</a>(), r.<a href="ntqrect.html#width">width</a>(), r.<a href="ntqrect.html#height">height</a>() ); } @@ -279,12 +279,12 @@ void <a name="f340"></a>Canvas::clearScreen() void <a name="f342"></a>Scribble::slotSave() { <a href="tqpopupmenu.html">TQPopupMenu</a> *menu = new <a href="tqpopupmenu.html">TQPopupMenu</a>( 0 ); - <a href="ntqintdict.html">TQIntDict</a><TQString> formats; + <a href="tqintdict.html">TQIntDict</a><TQString> formats; <a name="x924"></a> formats.<a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>( TRUE ); for ( unsigned int i = 0; i < TQImageIO::<a href="tqimageio.html#outputFormats">outputFormats</a>().count(); i++ ) { <a name="x911"></a> <a href="tqstring.html">TQString</a> str = TQString( TQImageIO::<a href="tqimageio.html#outputFormats">outputFormats</a>().at( i ) ); -<a name="x912"></a> formats.<a href="ntqintdict.html#insert">insert</a>( menu-><a href="tqmenudata.html#insertItem">insertItem</a>( TQString( "%1..." ).arg( str ) ), new <a href="tqstring.html">TQString</a>( str ) ); +<a name="x912"></a> formats.<a href="tqintdict.html#insert">insert</a>( menu-><a href="tqmenudata.html#insertItem">insertItem</a>( TQString( "%1..." ).arg( str ) ), new <a href="tqstring.html">TQString</a>( str ) ); } <a name="x953"></a> menu-><a href="tqwidget.html#setMouseTracking">setMouseTracking</a>( TRUE ); |