summaryrefslogtreecommitdiffstats
path: root/src/widgets/qlistview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-05-07 21:58:34 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-05-07 21:58:34 -0500
commitc740211ffba3330d951f4c3ddefea8edf23a01cd (patch)
tree0a8b7641d3c5b576d18a2f7912c75fc600f494e2 /src/widgets/qlistview.cpp
parent8a4eacb6185de3653f6ae401c352aef833a9e72a (diff)
downloadtqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.tar.gz
tqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.zip
Automated update from Qt3
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.
*/