diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:15:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:15:08 -0600 |
commit | 39177c1528006932b00136d34cf022434df73d72 (patch) | |
tree | a0791bebede3e7eb454ac2268a14c4e8a157de6d /konq-plugins/webarchiver/archivedialog.cpp | |
parent | 2a74bca8c834c4d4f391c70de8fdfa12a7cc972c (diff) | |
download | tdeaddons-39177c1528006932b00136d34cf022434df73d72.tar.gz tdeaddons-39177c1528006932b00136d34cf022434df73d72.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'konq-plugins/webarchiver/archivedialog.cpp')
-rw-r--r-- | konq-plugins/webarchiver/archivedialog.cpp | 6 |
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 -->"; |