summaryrefslogtreecommitdiffstats
path: root/src/widgets/qlistview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/qlistview.cpp')
-rw-r--r--src/widgets/qlistview.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widgets/qlistview.cpp b/src/widgets/qlistview.cpp
index f537cc3b..7340bf35 100644
--- a/src/widgets/qlistview.cpp
+++ b/src/widgets/qlistview.cpp
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
@@ -2195,7 +2195,7 @@ void TQListViewItem::paintCell( TQPainter * p, const TQColorGroup & cg,
}
/*!
- Returns the number of pixels of width retquired to draw column \a c
+ Returns the number of pixels of width required to draw column \a c
of list view \a lv, using the metrics \a fm without cropping. The
list view containing this item may use this information depending
on the TQListView::WidthMode settings for the column.
@@ -2833,7 +2833,7 @@ TQListView::~TQListView()
/*!
Calls TQListViewItem::paintCell() and
TQListViewItem::paintBranches() as necessary for all list view
- items that retquire repainting in the \a cw pixels wide and \a ch
+ items that require repainting in the \a cw pixels wide and \a ch
pixels high bounding rectangle starting at position \a cx, \a cy
with offset \a ox, \a oy. Uses the painter \a p.
*/
@@ -6961,7 +6961,7 @@ bool TQListView::rootIsDecorated() const
/*!
Ensures that item \a i 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.
\sa itemRect() TQScrollView::ensureVisible()
*/