diff options
Diffstat (limited to 'plugins/kmail/bodypartformatter/text_xdiff.cpp')
-rw-r--r-- | plugins/kmail/bodypartformatter/text_xdiff.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/kmail/bodypartformatter/text_xdiff.cpp b/plugins/kmail/bodypartformatter/text_xdiff.cpp index 9da709b52..c5c577647 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;\""); |