summaryrefslogtreecommitdiffstats
path: root/quanta/parts/kafka/wkafkapart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/parts/kafka/wkafkapart.cpp')
-rw-r--r--quanta/parts/kafka/wkafkapart.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/quanta/parts/kafka/wkafkapart.cpp b/quanta/parts/kafka/wkafkapart.cpp
index 39cefc8f..7ef185f4 100644
--- a/quanta/parts/kafka/wkafkapart.cpp
+++ b/quanta/parts/kafka/wkafkapart.cpp
@@ -22,13 +22,13 @@
#include <dom/dom_string.h>
#include <dom/css_stylesheet.h>
#include <kdebug.h>
-#include <khtmlview.h>
+#include <tdehtmlview.h>
#include <kstandarddirs.h>
-#include <ktexteditor/editinterface.h>
-#include <ktexteditor/selectioninterface.h>
+#include <tdetexteditor/editinterface.h>
+#include <tdetexteditor/selectioninterface.h>
#include <kstandarddirs.h>
#include <klocale.h>
-#include <kmultipledrag.h>
+#include <tdemultipledrag.h>
#include <kglobal.h>
#include <kcharsets.h>
@@ -162,7 +162,7 @@ void KafkaDocument::loadDocument(Document *doc)
//create a empty document with a basic tree : HTML, HEAD, BODY
m_kafkaPart->newDocument();
- // When loading a weird html file in khtml (e.g. without BODY or HTML), khtml takes care
+ // When loading a weird html file in tdehtml (e.g. without BODY or HTML), tdehtml takes care
// to create the necessary tags. But as we are handling directly the Nodes, we have to handle this!!
// creating and linking an empty node to the root DOM::Node (#document) and
// to HEAD, HTML, BODY
@@ -718,7 +718,7 @@ bool KafkaDocument::buildKafkaNodeFromNode(Node *node, bool insertNode)
parentNode = *node->parent->leafNode();
else if(node->parent && !node->parent->leafNode())
{
- //the parent tag was invalid and khtml refuse to insert it
+ //the parent tag was invalid and tdehtml refuse to insert it
//so impossible to inser the current node
disconnectDomNodeFromQuantaNode(newNode);
if(node->rootNode())