diff options
Diffstat (limited to 'kmail/kmreaderwin.h')
-rw-r--r-- | kmail/kmreaderwin.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/kmreaderwin.h b/kmail/kmreaderwin.h index b8dd3f9ff..961994526 100644 --- a/kmail/kmreaderwin.h +++ b/kmail/kmreaderwin.h @@ -35,7 +35,7 @@ class KSelectAction; class KRadioAction; class KToggleAction; class TDEConfigBase; -class KHTMLPart; +class TDEHTMLPart; class KURL; class KMFolder; @@ -239,7 +239,7 @@ public: bool isFixedFont() { return mUseFixedFont; } void setUseFixedFont( bool useFixedFont ) { mUseFixedFont = useFixedFont; } - /** Return the HtmlWriter connected to the KHTMLPart we use */ + /** Return the HtmlWriter connected to the TDEHTMLPart we use */ KMail::HtmlWriter * htmlWriter() { return mHtmlWriter; } // Action to reply to a message @@ -279,9 +279,9 @@ public: void setUpdateAttachment( bool update = true ) { mAtmUpdate = update; } - /** Access to the KHTMLPart used for the viewer. Use with + /** Access to the TDEHTMLPart used for the viewer. Use with care! */ - KHTMLPart * htmlPart() const { return mViewer; } + TDEHTMLPart * htmlPart() const { return mViewer; } /** Returns the current message or 0 if none. */ KMMessage* message(KMFolder** folder=0) const; @@ -554,7 +554,7 @@ private: TQHBox *mBox; KMail::HtmlStatusBar *mColorBar; KMMimePartTree* mMimePartTree; - KHTMLPart *mViewer; + TDEHTMLPart *mViewer; const KMail::AttachmentStrategy * mAttachmentStrategy; const KMail::HeaderStrategy * mHeaderStrategy; |