summaryrefslogtreecommitdiffstats
path: root/src/kmplayerplaylist.cpp
diff options
context:
space:
mode:
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;