summaryrefslogtreecommitdiffstats
path: root/doc/html/qlistbox.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qlistbox.html')
-rw-r--r--doc/html/qlistbox.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qlistbox.html b/doc/html/qlistbox.html
index c1996433..7b4ff52f 100644
--- a/doc/html/qlistbox.html
+++ b/doc/html/qlistbox.html
@@ -252,7 +252,7 @@ can get keyboard focus by tabbing, clicking and through the use of
the mouse wheel.
<p> New items can be inserted using <a href="#insertItem">insertItem</a>(), <a href="#insertStrList">insertStrList</a>() or
<a href="#insertStringList">insertStringList</a>(). <a href="#inSort">inSort</a>() is obsolete because this method is
-tquite inefficient. It's preferable to insert the items normally
+quite inefficient. It's preferable to insert the items normally
and call <a href="#sort">sort</a>() afterwards, or to insert a sorted <a href="qstringlist.html">TQStringList</a>().
<p> By default, vertical and horizontal scroll bars are added and
removed as necessary. <a href="qscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() and <a href="qscrollview.html#setVScrollBarMode">setVScrollBarMode</a>()
@@ -532,7 +532,7 @@ item. The argument is a pointer to the new current item.
<h3 class=fn>int <a name="inSort"></a>TQListBox::inSort ( const&nbsp;<a href="qlistboxitem.html">TQListBoxItem</a>&nbsp;*&nbsp;lbi )
</h3>
<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
-<p> Using this method is tquite inefficient. We suggest to use <a href="#insertItem">insertItem</a>()
+<p> Using this method is quite inefficient. We suggest to use <a href="#insertItem">insertItem</a>()
for inserting and <a href="#sort">sort</a>() afterwards.
<p> Inserts <em>lbi</em> at its sorted position in the list box and returns the
position.
@@ -545,7 +545,7 @@ lexicographically less than any string.
</h3>
<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
-<p> Using this method is tquite inefficient. We suggest to use <a href="#insertItem">insertItem</a>()
+<p> Using this method is quite inefficient. We suggest to use <a href="#insertItem">insertItem</a>()
for inserting and <a href="#sort">sort</a>() afterwards.
<p> Inserts a new item of <em>text</em> at its sorted position in the list box and
returns the position.