From 39177c1528006932b00136d34cf022434df73d72 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:15:08 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- konq-plugins/domtreeviewer/domtreeview.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'konq-plugins/domtreeviewer/domtreeview.cpp') diff --git a/konq-plugins/domtreeviewer/domtreeview.cpp b/konq-plugins/domtreeviewer/domtreeview.cpp index 15c7d6a..5b24e9d 100644 --- a/konq-plugins/domtreeviewer/domtreeview.cpp +++ b/konq-plugins/domtreeviewer/domtreeview.cpp @@ -52,7 +52,7 @@ #include #include #include -#include +#include #include #include #include @@ -339,7 +339,7 @@ void DOMTreeView::addElement ( const DOM::Node &node, DOMListViewItem *cur_item void DOMTreeView::highlightHTML(DOMListViewItem *cur_item, const TQString &nodeName) { - /* This is slow. I could make it O(1) be using the tokenizer of khtml but I don't + /* This is slow. I could make it O(1) be using the tokenizer of tdehtml but I don't * think it's worth it. */ @@ -581,7 +581,7 @@ void DOMTreeView::saveRecursive(const DOM::Node &pNode, int indent) if ( !element.isNull() ) { if (nodeName.at(0)=='-') { - /* Don't save khtml internal tags '-konq..' + /* Don't save tdehtml internal tags '-konq..' * Approximating it with
*/ text += "
"; -- cgit v1.2.3