32 #ifndef __KMAIL_TEEHTMLWRITER_H__
33 #define __KMAIL_TEEHTMLWRITER_H__
35 #include "interfaces/htmlwriter.h"
37 #include <tqvaluelist.h>
56 void begin( const TQString & cssDefs );
59 void write( const TQString & str );
60 void queue( const TQString & str );
62 void embedPart( const TQCString & contentId, const TQString & url );
66 TQValueList<KMail::HtmlWriter*> mWriters;
71 #endif // __KMAIL_TEEHTMLWRITER_H__
|