diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 22:21:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 22:21:36 -0600 |
commit | a07501e296ac9e3a89574a88640a7f726eb8e3e0 (patch) | |
tree | e18e68a98ccef5c883d1df435a49414a0a70c27c /tdecore/kcompletion_private.h | |
parent | c675be6f891d80b7702b01eda8c5a71da7383804 (diff) | |
download | tdelibs-a07501e296ac9e3a89574a88640a7f726eb8e3e0.tar.gz tdelibs-a07501e296ac9e3a89574a88640a7f726eb8e3e0.zip |
Rename KZone to avoid conflicts with KDE4
Diffstat (limited to 'tdecore/kcompletion_private.h')
-rw-r--r-- | tdecore/kcompletion_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kcompletion_private.h b/tdecore/kcompletion_private.h index 3d72586f3..e0d85fbff 100644 --- a/tdecore/kcompletion_private.h +++ b/tdecore/kcompletion_private.h @@ -135,7 +135,7 @@ public: private: uint myWeight; KCompTreeNodeList myChildren; - static KZoneAllocator alloc; + static TDEZoneAllocator alloc; }; |