summaryrefslogtreecommitdiffstats
path: root/plugins/kmail/bodypartformatter/text_xdiff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kmail/bodypartformatter/text_xdiff.cpp')
-rw-r--r--plugins/kmail/bodypartformatter/text_xdiff.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/kmail/bodypartformatter/text_xdiff.cpp b/plugins/kmail/bodypartformatter/text_xdiff.cpp
index 9da709b5..c5c57764 100644
--- a/plugins/kmail/bodypartformatter/text_xdiff.cpp
+++ b/plugins/kmail/bodypartformatter/text_xdiff.cpp
@@ -32,7 +32,7 @@
#include <interfaces/bodypartformatter.h>
#include <interfaces/bodypart.h>
#include <interfaces/bodyparturlhandler.h>
-#include <khtmlparthtmlwriter.h>
+#include <tdehtmlparthtmlwriter.h>
#include <kmail/callback.h>
#include <kmail/kmmessage.h>
@@ -85,7 +85,7 @@ namespace {
TQString tableStyle = TQString::fromLatin1(
"style=\""
- "text-align: -khtml-auto; "
+ "text-align: -tdehtml-auto; "
"border: solid black 1px; "
"padding: 0.5em; "
"margin: 0em;\"");