Fix unintended renaming

pull/1/head
Darrell Anderson 11 years ago
parent 9227b80470
commit c9da739cda

@ -18,8 +18,8 @@
02110-1301, USA. 02110-1301, USA.
*/ */
#ifndef KONTQ_ADBLOCK_H #ifndef KONQ_ADBLOCK_H
#define KONTQ_ADBLOCK_H #define KONQ_ADBLOCK_H
#include <tqguardedptr.h> #include <tqguardedptr.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>

@ -17,8 +17,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#ifndef KONTQ_ADBLOCKDLG_H #ifndef KONQ_ADBLOCKDLG_H
#define KONTQ_ADBLOCKDLG_H #define KONQ_ADBLOCKDLG_H
#include <kdialogbase.h> #include <kdialogbase.h>
#include <tqlistview.h> #include <tqlistview.h>

@ -237,7 +237,7 @@ void ArchiveDialog::saveArchiveRecursive(const DOM::Node &pNode, const KURL& bas
/* Don't save tdehtml internal tags '-konq..' /* Don't save tdehtml internal tags '-konq..'
* Approximating it with <DIV> * Approximating it with <DIV>
*/ */
text += "<DIV> <!-- -KONTQ_BLOCK -->"; text += "<DIV> <!-- -KONQ_BLOCK -->";
} else if (nodeName == "BASE") { } else if (nodeName == "BASE") {
/* Skip BASE, everything is relative to index.html /* Skip BASE, everything is relative to index.html
* Saving SCRIPT but they can cause trouble! * Saving SCRIPT but they can cause trouble!
@ -370,7 +370,7 @@ void ArchiveDialog::saveArchiveRecursive(const DOM::Node &pNode, const KURL& bas
text =""; text ="";
} }
if (nodeName.at(0)=='-') { if (nodeName.at(0)=='-') {
text += "</DIV> <!-- -KONTQ_BLOCK -->"; text += "</DIV> <!-- -KONQ_BLOCK -->";
} else { } else {
text += "</" + pNode.nodeName().string() + ">"; text += "</" + pNode.nodeName().string() + ">";
if (nodeName == "PRE") { if (nodeName == "PRE") {

Loading…
Cancel
Save