summaryrefslogtreecommitdiffstats
path: root/kmail/tdehtmlparthtmlwriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/tdehtmlparthtmlwriter.h')
-rw-r--r--kmail/tdehtmlparthtmlwriter.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kmail/tdehtmlparthtmlwriter.h b/kmail/tdehtmlparthtmlwriter.h
index 52f16fd4b..5d9af2e10 100644
--- a/kmail/tdehtmlparthtmlwriter.h
+++ b/kmail/tdehtmlparthtmlwriter.h
@@ -29,8 +29,8 @@
your version.
*/
-#ifndef __KMAIL_KHTMLPARTHTMLWRITER_H__
-#define __KMAIL_KHTMLPARTHTMLWRITER_H__
+#ifndef __KMAIL_TDEHTMLPARTHTMLWRITER_H__
+#define __KMAIL_TDEHTMLPARTHTMLWRITER_H__
#include "interfaces/htmlwriter.h"
#include <tqobject.h>
@@ -39,7 +39,7 @@
#include <tqtimer.h>
class TQString;
-class KHTMLPart;
+class TDEHTMLPart;
namespace KMail {
@@ -49,7 +49,7 @@ namespace KMail {
public:
// Key is Content-Id, value is URL
typedef TQMap<TQString, TQString> EmbeddedPartMap;
- KHtmlPartHtmlWriter( KHTMLPart * part,
+ KHtmlPartHtmlWriter( TDEHTMLPart * part,
TQObject * parent=0, const char * name = 0 );
virtual ~KHtmlPartHtmlWriter();
@@ -68,7 +68,7 @@ namespace KMail {
void resolveCidUrls();
private:
- KHTMLPart * mHtmlPart;
+ TDEHTMLPart * mHtmlPart;
TQStringList mHtmlQueue;
TQTimer mHtmlTimer;
enum State {
@@ -81,4 +81,4 @@ namespace KMail {
} // namespace KMail
-#endif // __KMAIL_KHTMLPARTHTMLWRITER_H__
+#endif // __KMAIL_TDEHTMLPARTHTMLWRITER_H__