summaryrefslogtreecommitdiffstats
path: root/doc/html/tqlistview.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqlistview.html')
-rw-r--r--doc/html/tqlistview.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/tqlistview.html b/doc/html/tqlistview.html
index 4e0cbc8f2..5c6894577 100644
--- a/doc/html/tqlistview.html
+++ b/doc/html/tqlistview.html
@@ -397,8 +397,8 @@ width of the item with the largest width in the column.
Constructs a new empty list view called <em>name</em> with parent <em>parent</em>.
<p> Performance is boosted by modifying the widget flags <em>f</em> so that
only part of the <a href="tqlistviewitem.html">TQListViewItem</a> children is redrawn. This may be
-unsuitable for custom TQListViewItem classes, in which case <a href="ntqt.html#WidgetFlags-enum">WStaticContents</a> and <a href="ntqt.html#WidgetFlags-enum">WNoAutoErase</a> should be cleared.
-<p> <p>See also <a href="tqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>.
+unsuitable for custom TQListViewItem classes, in which case <a href="tqt.html#WidgetFlags-enum">WStaticContents</a> and <a href="tqt.html#WidgetFlags-enum">WNoAutoErase</a> should be cleared.
+<p> <p>See also <a href="tqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="tqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>.
<h3 class=fn><a name="~TQListView"></a>TQListView::~TQListView ()
</h3>
@@ -480,8 +480,8 @@ when the children of <em>item</em> are hidden.
<h3 class=fn>int <a name="columnAlignment"></a>TQListView::columnAlignment ( int&nbsp;column ) const
</h3>
-Returns the alignment of column <em>column</em>. The default is <a href="ntqt.html#AlignmentFlags-enum">AlignAuto</a>.
-<p> <p>See also <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>.
+Returns the alignment of column <em>column</em>. The default is <a href="tqt.html#AlignmentFlags-enum">AlignAuto</a>.
+<p> <p>See also <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>.
<h3 class=fn><a href="tqstring.html">TQString</a> <a name="columnText"></a>TQListView::columnText ( int&nbsp;c ) const
</h3>
@@ -641,7 +641,7 @@ be found.
The search starts from the current item if the current item exists,
otherwise it starts from the first list view item. After reaching
the last item the search continues from the first item.
-Pass OR-ed together <a href="ntqt.html#StringComparisonMode-enum">TQt::StringComparisonMode</a> values
+Pass OR-ed together <a href="tqt.html#StringComparisonMode-enum">TQt::StringComparisonMode</a> values
in the <em>compare</em> flag, to control how the matching is performed.
The default comparison mode is case-sensitive, exact match.
@@ -954,7 +954,7 @@ ultimately passed to <a href="tqlistviewitem.html#paintCell">TQListViewItem::pai
the list view. For horizontally aligned text with TQt::AlignLeft or
TQt::AlignHCenter the ellipsis (...) will be to the right, for
TQt::AlignRight the ellipsis will be to the left.
-<p> <p>See also <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>.
+<p> <p>See also <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>.
<p>Example: <a href="listviews-example.html#x150">listviews/listviews.cpp</a>.
<h3 class=fn>void <a name="setColumnText"></a>TQListView::setColumnText ( int&nbsp;column, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )<tt> [virtual]</tt>
@@ -1052,7 +1052,7 @@ than the number of columns the user must click on a column header
to sort the list view.
<p> <p>See also <a href="#setSorting">setSorting</a>().
-<h3 class=fn>void <a name="setSortOrder"></a>TQListView::setSortOrder ( <a href="ntqt.html#SortOrder-enum">SortOrder</a>&nbsp;order )
+<h3 class=fn>void <a name="setSortOrder"></a>TQListView::setSortOrder ( <a href="tqt.html#SortOrder-enum">SortOrder</a>&nbsp;order )
</h3>
Sets the sort order for the items in the list view to <em>order</em>.
<p> <p>See also <a href="#setSorting">setSorting</a>().
@@ -1086,7 +1086,7 @@ Returns the column by which the list view is sorted, or -1 if
sorting is disabled.
<p> <p>See also <a href="#sortOrder">sortOrder</a>().
-<h3 class=fn><a href="ntqt.html#SortOrder-enum">SortOrder</a> <a name="sortOrder"></a>TQListView::sortOrder () const
+<h3 class=fn><a href="tqt.html#SortOrder-enum">SortOrder</a> <a name="sortOrder"></a>TQListView::sortOrder () const
</h3>
Returns the sorting order of the list view items.
<p> <p>See also <a href="#sortColumn">sortColumn</a>().