summaryrefslogtreecommitdiffstats
path: root/src/sql/qdatatable.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/sql/qdatatable.cpp
parent8a4eacb6185de3653f6ae401c352aef833a9e72a (diff)
downloadtqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.tar.gz
tqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.zip
Automated update from Qt3
Diffstat (limited to 'src/sql/qdatatable.cpp')
-rw-r--r--src/sql/qdatatable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/qdatatable.cpp b/src/sql/qdatatable.cpp
index 3fbdc3260..3a901a86e 100644
--- a/src/sql/qdatatable.cpp
+++ b/src/sql/qdatatable.cpp
@@ -154,7 +154,7 @@ void qt_debug_buffer( const TQString& msg, TQSqlRecord* cursor )
fetched from the database on an as-needed basis with the scrollbar
becoming more accurate as the user scrolls down through the
records. This allows extremely large queries to be displayed as
- tquickly as possible, with minimum memory usage.
+ quickly as possible, with minimum memory usage.
TQDataTable inherits TQTable's API and extends it with functions to
sort and filter the data and sort columns. See setSqlCursor(),