diff options
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" ); |