summaryrefslogtreecommitdiffstats
path: root/src/kmplayerplaylist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kmplayerplaylist.cpp')
-rw-r--r--src/kmplayerplaylist.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kmplayerplaylist.cpp b/src/kmplayerplaylist.cpp
index 12ca61e..e99248f 100644
--- a/src/kmplayerplaylist.cpp
+++ b/src/kmplayerplaylist.cpp
@@ -19,7 +19,7 @@
#include <config.h>
#include <time.h>
-#include <tqtextstream.h>
+#include <textstream.h>
#include <kdebug.h>
#include <kurl.h>
#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 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;