summaryrefslogtreecommitdiffstats
path: root/doc/html/qlistview.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qlistview.html')
-rw-r--r--doc/html/qlistview.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qlistview.html b/doc/html/qlistview.html
index 35e7d3594..b95403aba 100644
--- a/doc/html/qlistview.html
+++ b/doc/html/qlistview.html
@@ -601,7 +601,7 @@ create a <a href="qdragobject.html">TQDragObject</a> depending on the selected i
</h3>
Calls <a href="qlistviewitem.html#paintCell">TQListViewItem::paintCell</a>() and
<a href="qlistviewitem.html#paintBranches">TQListViewItem::paintBranches</a>() as necessary for all list view
-items that retquire repainting in the <em>cw</em> pixels wide and <em>ch</em>
+items that require repainting in the <em>cw</em> pixels wide and <em>ch</em>
pixels high bounding rectangle starting at position <em>cx</em>, <em>cy</em>
with offset <em>ox</em>, <em>oy</em>. Uses the painter <em>p</em>.
@@ -617,7 +617,7 @@ viewport (not onto an item).
</h3>
Ensures that item <em>i</em> is visible, scrolling the list view
vertically if necessary and opening (expanding) any parent items
-if this is retquired to show the item.
+if this is required to show the item.
<p> <p>See also <a href="#itemRect">itemRect</a>() and <a href="qscrollview.html#ensureVisible">TQScrollView::ensureVisible</a>().
<h3 class=fn>bool <a name="eventFilter"></a>TQListView::eventFilter ( <a href="qobject.html">TQObject</a>&nbsp;*&nbsp;o, <a href="qevent.html">TQEvent</a>&nbsp;*&nbsp;e )<tt> [virtual]</tt>