summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdir-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/tqdir-example.html
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz
tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdir-example.html')
-rw-r--r--doc/html/tqdir-example.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqdir-example.html b/doc/html/tqdir-example.html
index f42b5435..c8584334 100644
--- a/doc/html/tqdir-example.html
+++ b/doc/html/tqdir-example.html
@@ -128,7 +128,7 @@ static const char *home[]={
<a href="ntqscrollview.html#viewport">viewport</a>()-&gt;setBackgroundMode( PaletteBase );
}
-void <a name="f496"></a>PixmapView::setPixmap( const <a href="ntqpixmap.html">TQPixmap</a> &amp;pix )
+void <a name="f496"></a>PixmapView::setPixmap( const <a href="tqpixmap.html">TQPixmap</a> &amp;pix )
{
pixmap = pix;
<a name="x1855"></a> <a href="ntqscrollview.html#resizeContents">resizeContents</a>( pixmap.<a href="tqwidget.html#size">size</a>().width(), pixmap.<a href="tqwidget.html#size">size</a>().height() );
@@ -164,8 +164,8 @@ void <a name="f498"></a>Preview::showPreview( const <a href="tqurl.html">TQUrl</
return;
}
- <a href="ntqpixmap.html">TQPixmap</a> pix( path );
-<a name="x1834"></a> if ( pix.<a href="ntqpixmap.html#isNull">isNull</a>() ) {
+ <a href="tqpixmap.html">TQPixmap</a> pix( path );
+<a name="x1834"></a> if ( pix.<a href="tqpixmap.html#isNull">isNull</a>() ) {
if ( fi.<a href="tqfileinfo.html#isFile">isFile</a>() ) {
<a href="tqfile.html">TQFile</a> f( path );
<a name="x1815"></a> if ( f.<a href="tqfile.html#open">open</a>( <a href="tqfile.html#open">IO_ReadOnly</a> ) ) {