diff options
author | Michele Calgaro <[email protected]> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/tqfiledialog.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqfiledialog.html')
-rw-r--r-- | doc/html/tqfiledialog.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqfiledialog.html b/doc/html/tqfiledialog.html index 04a796c01..76de27ae9 100644 --- a/doc/html/tqfiledialog.html +++ b/doc/html/tqfiledialog.html @@ -220,8 +220,8 @@ about the file. void previewUrl( const <a href="tqurl.html">TQUrl</a> &u ) { <a href="tqstring.html">TQString</a> path = u.<a href="tqurl.html#path">path</a>(); - <a href="ntqpixmap.html">TQPixmap</a> pix( path ); - if ( pix.<a href="ntqpixmap.html#isNull">isNull</a>() ) + <a href="tqpixmap.html">TQPixmap</a> pix( path ); + if ( pix.<a href="tqpixmap.html#isNull">isNull</a>() ) setText( "This is not a pixmap" ); else setPixmap( pix ); @@ -634,8 +634,8 @@ avoid memory leaks. void previewUrl( const <a href="tqurl.html">TQUrl</a> &u ) { <a href="tqstring.html">TQString</a> path = u.<a href="tqurl.html#path">path</a>(); - <a href="ntqpixmap.html">TQPixmap</a> pix( path ); - if ( pix.<a href="ntqpixmap.html#isNull">isNull</a>() ) + <a href="tqpixmap.html">TQPixmap</a> pix( path ); + if ( pix.<a href="tqpixmap.html#isNull">isNull</a>() ) setText( "This is not a pixmap" ); else setPixmap( pix ); @@ -737,8 +737,8 @@ avoid memory leaks. void previewUrl( const <a href="tqurl.html">TQUrl</a> &u ) { <a href="tqstring.html">TQString</a> path = u.<a href="tqurl.html#path">path</a>(); - <a href="ntqpixmap.html">TQPixmap</a> pix( path ); - if ( pix.<a href="ntqpixmap.html#isNull">isNull</a>() ) + <a href="tqpixmap.html">TQPixmap</a> pix( path ); + if ( pix.<a href="tqpixmap.html#isNull">isNull</a>() ) setText( "This is not a pixmap" ); else setText( "This is a pixmap" ); |