diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 21:04:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 21:04:28 -0600 |
commit | c5bee2a602f3b6a9ca58c247df52b834ea50d0ed (patch) | |
tree | d1c0ded0cabb3d4fdb2ad0e9e68697282eee0dc4 /kmail/tdehtmlparthtmlwriter.h | |
parent | b94985f2c07570910ceecd8a0e544460a0de190b (diff) | |
download | tdepim-c5bee2a602f3b6a9ca58c247df52b834ea50d0ed.tar.gz tdepim-c5bee2a602f3b6a9ca58c247df52b834ea50d0ed.zip |
Rename kiobuffer and KHTML
Diffstat (limited to 'kmail/tdehtmlparthtmlwriter.h')
-rw-r--r-- | kmail/tdehtmlparthtmlwriter.h | 12 |
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__ |