From 06d3cc396b46988b67349ac9043243e989eed4fd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:36:53 -0600 Subject: Remove additional unneeded tq method conversions (cherry picked from commit 0ed6bc56f9167e115f14d18b4bc8ce18fb7674b6) --- src/kmplayerplaylist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kmplayerplaylist.cpp') diff --git a/src/kmplayerplaylist.cpp b/src/kmplayerplaylist.cpp index 12ca61e..dab53a4 100644 --- a/src/kmplayerplaylist.cpp +++ b/src/kmplayerplaylist.cpp @@ -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 tqchildren derefing each other + // avoid stack abuse with 10k children 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