summaryrefslogtreecommitdiffstats
path: root/konq-plugins/webarchiver/archivedialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konq-plugins/webarchiver/archivedialog.cpp')
-rw-r--r--konq-plugins/webarchiver/archivedialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/konq-plugins/webarchiver/archivedialog.cpp b/konq-plugins/webarchiver/archivedialog.cpp
index 0a3e6a6..63a7570 100644
--- a/konq-plugins/webarchiver/archivedialog.cpp
+++ b/konq-plugins/webarchiver/archivedialog.cpp
@@ -20,7 +20,7 @@
#include "archivedialog.h"
#include <tqwidget.h>
-#include <khtml_part.h>
+#include <tdehtml_part.h>
#include "archiveviewbase.h"
#include <kinstance.h>
#include <ktempfile.h>
@@ -31,7 +31,7 @@
#include <kpassivepopup.h>
#include <klocale.h>
#include <kio/netaccess.h>
-#include <khtml_part.h>
+#include <tdehtml_part.h>
#include <kdebug.h>
#include <kgenericfactory.h>
#include <kactivelabel.h>
@@ -234,7 +234,7 @@ void ArchiveDialog::saveArchiveRecursive(const DOM::Node &pNode, const KURL& bas
if ( !element.isNull() ) {
if (nodeName.at(0)=='-') {
- /* Don't save khtml internal tags '-konq..'
+ /* Don't save tdehtml internal tags '-konq..'
* Approximating it with <DIV>
*/
text += "<DIV> <!-- -KONTQ_BLOCK -->";