summaryrefslogtreecommitdiffstats
path: root/tdecore/kcompletion.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 22:21:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 22:21:36 -0600
commita07501e296ac9e3a89574a88640a7f726eb8e3e0 (patch)
treee18e68a98ccef5c883d1df435a49414a0a70c27c /tdecore/kcompletion.cpp
parentc675be6f891d80b7702b01eda8c5a71da7383804 (diff)
downloadtdelibs-a07501e296ac9e3a89574a88640a7f726eb8e3e0.tar.gz
tdelibs-a07501e296ac9e3a89574a88640a7f726eb8e3e0.zip
Rename KZone to avoid conflicts with KDE4
Diffstat (limited to 'tdecore/kcompletion.cpp')
-rw-r--r--tdecore/kcompletion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kcompletion.cpp b/tdecore/kcompletion.cpp
index 8d1c7f0ac..6e64c573b 100644
--- a/tdecore/kcompletion.cpp
+++ b/tdecore/kcompletion.cpp
@@ -881,7 +881,7 @@ KCompTreeNode *KCompTreeNodeList::at(uint index) const
return cur;
}
-KZoneAllocator KCompTreeNode::alloc(8192);
+TDEZoneAllocator KCompTreeNode::alloc(8192);
void KCompletion::virtual_hook( int, void* )
{ /*BASE::virtual_hook( id, data );*/ }