summaryrefslogtreecommitdiffstats
path: root/src/kmplayerplaylist.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:36:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:36:53 -0600
commit0ed6bc56f9167e115f14d18b4bc8ce18fb7674b6 (patch)
treebbf293d0f4a7d04626e2996263f985f13921869a /src/kmplayerplaylist.cpp
parent81ad3b51a1f061b0934426aaf339917f76c0cfc5 (diff)
downloadkmplayer-0ed6bc56f9167e115f14d18b4bc8ce18fb7674b6.tar.gz
kmplayer-0ed6bc56f9167e115f14d18b4bc8ce18fb7674b6.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'src/kmplayerplaylist.cpp')
-rw-r--r--src/kmplayerplaylist.cpp2
1 files changed, 1 insertions, 1 deletions
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;