summaryrefslogtreecommitdiffstats
path: root/doc/html/tqfiledialog.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-20 20:15:52 +0900
committerMichele Calgaro <[email protected]>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/tqfiledialog.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 <[email protected]>
Diffstat (limited to 'doc/html/tqfiledialog.html')
-rw-r--r--doc/html/tqfiledialog.html12
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> &amp;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> &amp;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> &amp;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" );