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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/qlistview.cpp b/src/widgets/qlistview.cpp
index 111e6daf3..42aebfbe6 100644
--- a/src/widgets/qlistview.cpp
+++ b/src/widgets/qlistview.cpp
@@ -475,7 +475,7 @@ static TQString qEllipsisText( const TQString &org, const TQFontMetrics &fm, int
Some subclasses call setExpandable(TRUE) even when they have no
children, and populate themselves when setup() or setOpen(TRUE) is
called. The \c dirview/dirview.cpp example program uses this
- technique to start up tquickly: The files and subdirectories in a
+ technique to start up quickly: The files and subdirectories in a
directory aren't inserted into the tree until they're actually
needed.
@@ -3093,7 +3093,7 @@ void TQListView::paintEmptyArea( TQPainter * p, const TQRect & rect )
/*
Rebuilds the list of drawable TQListViewItems. This function is
- const so that const functions can call it without retquiring
+ const so that const functions can call it without requiring
d->drawables to be mutable.
*/