diff options
Diffstat (limited to 'doc/qcache.doc')
-rw-r--r-- | doc/qcache.doc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/qcache.doc b/doc/qcache.doc index 354bc15..998bb20 100644 --- a/doc/qcache.doc +++ b/doc/qcache.doc @@ -98,7 +98,7 @@ \internal - Do not use. A QCache cannot be copied. Calls tqFatal() in debug version. + Do not use. A QCache cannot be copied. Calls qFatal() in debug version. */ @@ -136,7 +136,7 @@ \internal - Do not use. A QCache cannot be copied. Calls tqFatal() in debug version. + Do not use. A QCache cannot be copied. Calls qFatal() in debug version. */ /*! @@ -285,7 +285,7 @@ \fn void QCache::statistics() const A debug-only utility function. Prints out cache usage, hit/miss, - and distribution information using tqDebug(). This function does + and distribution information using qDebug(). This function does nothing in the release library. */ |