summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/tools/tqfile_unix.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-09 22:25:47 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-09 22:25:47 -0500
commit03256f3cd5149f3ff5f5f45765b0b0659db4e036 (patch)
treecaabe9e1c0e3edfd06ea5aefd4d7279664cd9ede /experimental/tqtinterface/qt4/src/tools/tqfile_unix.cpp
parent0594950f65a713c2d12e8eb6ddd3f5f9b306ec08 (diff)
downloadtde-03256f3cd5149f3ff5f5f45765b0b0659db4e036.tar.gz
tde-03256f3cd5149f3ff5f5f45765b0b0659db4e036.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains
Diffstat (limited to 'experimental/tqtinterface/qt4/src/tools/tqfile_unix.cpp')
-rw-r--r--experimental/tqtinterface/qt4/src/tools/tqfile_unix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/tqtinterface/qt4/src/tools/tqfile_unix.cpp b/experimental/tqtinterface/qt4/src/tools/tqfile_unix.cpp
index b76a2aa44..5e680d40c 100644
--- a/experimental/tqtinterface/qt4/src/tools/tqfile_unix.cpp
+++ b/experimental/tqtinterface/qt4/src/tools/tqfile_unix.cpp
@@ -553,7 +553,7 @@ bool TQFile::at( Offset pos )
\warning We have experienced problems with some C libraries when a buffered
file is opened for both reading and writing. If a read operation takes place
- immediately after a write operation, the read buffer tqcontains garbage data.
+ immediately after a write operation, the read buffer contains garbage data.
Worse, the same garbage is written to the file. Calling flush() before
readBlock() solved this problem.
*/