From ee4b31b7bd3e899cad30866bf083c3ff6a4a9fc8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:56:14 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit f97c8a56e217f04e08776ccf8021721b7d919b7d. --- src/kmplayerplaylist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kmplayerplaylist.cpp') diff --git a/src/kmplayerplaylist.cpp b/src/kmplayerplaylist.cpp index e99248f..12ca61e 100644 --- a/src/kmplayerplaylist.cpp +++ b/src/kmplayerplaylist.cpp @@ -19,7 +19,7 @@ #include #include -#include +#include #include #include #ifdef HAVE_EXPAT @@ -296,7 +296,7 @@ void Node::clearChildren () { if (m_doc) document()->m_tree_version++; while (m_first_child != m_last_child) { - // avoid stack abuse with 10k children derefing each other + // avoid stack abuse with 10k tqchildren derefing each other m_last_child->m_parent = 0L; m_last_child = m_last_child->m_prev; m_last_child->m_next = 0L; -- cgit v1.2.1