diff options
Diffstat (limited to 'doc/qasciidict.doc')
-rw-r--r-- | doc/qasciidict.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/qasciidict.doc b/doc/qasciidict.doc index 4b752cd39..198fbf134 100644 --- a/doc/qasciidict.doc +++ b/doc/qasciidict.doc @@ -59,7 +59,7 @@ pointer. Dictionaries provide very fast insertion and lookup. QAsciiDict cannot handle Unicode keys; use the QDict template - instead, which uses \l QString keys. A QDict has the same + instead, which uses \l TQString keys. A QDict has the same performace as a QAsciiDict. Example: |