summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqiconview.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqiconview.html')
-rw-r--r--doc/html/ntqiconview.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqiconview.html b/doc/html/ntqiconview.html
index 0e405662..937ed06a 100644
--- a/doc/html/ntqiconview.html
+++ b/doc/html/ntqiconview.html
@@ -189,8 +189,8 @@ For example:
for ( uint i = 0; i &lt; dir.<a href="ntqdir.html#count">count</a>(); i++ ) {
(void) new <a href="qiconviewitem.html">TQIconViewItem</a>( iv, dir[i], TQPixmap( path + dir[i] ) );
}
- iv-&gt;<a href="ntqwidget.html#resize">resize</a>( 600, 400 );
- iv-&gt;<a href="ntqwidget.html#show">show</a>();
+ iv-&gt;<a href="tqwidget.html#resize">resize</a>( 600, 400 );
+ iv-&gt;<a href="tqwidget.html#show">show</a>();
</pre>
<p> The <a href="qiconviewitem.html">TQIconViewItem</a> call passes a pointer to the TQIconView we wish to
@@ -384,7 +384,7 @@ select either just one or a range of contiguous items; and <a href="#SelectionMo
not touch.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQIconView"></a>TQIconView::TQIconView ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
+<h3 class=fn><a name="TQIconView"></a>TQIconView::TQIconView ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
</h3>
Constructs an empty icon view called <em>name</em>, with parent <em>parent</em> and using the widget flags <em>f</em>.
@@ -498,7 +498,7 @@ may reimplement this.
This function is called to draw the rectangle <em>r</em> of the
background using the painter <em>p</em>.
<p> The default implementation fills <em>r</em> with the viewport's
-<a href="ntqwidget.html#backgroundBrush">backgroundBrush</a>(). Subclasses may reimplement this to draw custom
+<a href="tqwidget.html#backgroundBrush">backgroundBrush</a>(). Subclasses may reimplement this to draw custom
backgrounds.
<p> <p>See also <a href="ntqscrollview.html#contentsX-prop">contentsX</a>, <a href="ntqscrollview.html#contentsY-prop">contentsY</a>, and <a href="ntqscrollview.html#drawContents">drawContents</a>().
@@ -681,7 +681,7 @@ to do so in a slot connected to this signal.
</h3>
<p> This signal is emitted when the user moves the mouse cursor onto
-an <em>item</em>, similar to the <a href="ntqwidget.html#enterEvent">TQWidget::enterEvent</a>() function.
+an <em>item</em>, similar to the <a href="tqwidget.html#enterEvent">TQWidget::enterEvent</a>() function.
<h3 class=fn>void <a name="onViewport"></a>TQIconView::onViewport ()<tt> [signal]</tt>
</h3>