summaryrefslogtreecommitdiffstats
path: root/doc/qcache.doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 12:20:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 12:20:38 +0900
commit0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch)
tree6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /doc/qcache.doc
parent1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff)
downloadtqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.tar.gz
tqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.zip
Rename ptr nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/qcache.doc')
-rw-r--r--doc/qcache.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/qcache.doc b/doc/qcache.doc
index 14bc9c926..edf60fdb2 100644
--- a/doc/qcache.doc
+++ b/doc/qcache.doc
@@ -74,11 +74,11 @@
not the item itself. This is called a shallow copy. It is possible
to make the cache copy all of the item's data (known as a deep
copy) when an item is inserted. insert() calls the virtual
- function QPtrCollection::newItem() for the item to be inserted.
+ function TQPtrCollection::newItem() for the item to be inserted.
Inherit a cache and reimplement newItem() if you want deep copies.
When removing a cache item, the virtual function
- QPtrCollection::deleteItem() is called. The default
+ TQPtrCollection::deleteItem() is called. The default
implementation deletes the item if auto-deletion is enabled, and
does nothing otherwise.