summaryrefslogtreecommitdiffstats
path: root/doc/html/tqfiledialog.html
diff options
context:
space:
mode:
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 04a796c0..76de27ae 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" );