summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdir-example.html
diff options
context:
space:
mode:
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 f42b5435d..c85843346 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> ) ) {