From a07501e296ac9e3a89574a88640a7f726eb8e3e0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 22:21:36 -0600 Subject: Rename KZone to avoid conflicts with KDE4 --- tdecore/kcompletion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdecore/kcompletion.cpp') 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 );*/ } -- cgit v1.2.1