diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:18:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:18:40 -0600 |
commit | 82072ef281de2d5948a42fb69ae800d47e0800be (patch) | |
tree | be82dd63affaf693c5e0857c997fa9589d344cc2 /quanta/parts/kafka/wkafkapart.cpp | |
parent | 93ec82602aa008218cc1ee075ff13d65b3a317ea (diff) | |
download | tdewebdev-82072ef281de2d5948a42fb69ae800d47e0800be.tar.gz tdewebdev-82072ef281de2d5948a42fb69ae800d47e0800be.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'quanta/parts/kafka/wkafkapart.cpp')
-rw-r--r-- | quanta/parts/kafka/wkafkapart.cpp | 12 |
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()) |