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/interfaces | |
parent | b94985f2c07570910ceecd8a0e544460a0de190b (diff) | |
download | tdepim-c5bee2a602f3b6a9ca58c247df52b834ea50d0ed.tar.gz tdepim-c5bee2a602f3b6a9ca58c247df52b834ea50d0ed.zip |
Rename kiobuffer and KHTML
Diffstat (limited to 'kmail/interfaces')
-rw-r--r-- | kmail/interfaces/htmlwriter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/interfaces/htmlwriter.h b/kmail/interfaces/htmlwriter.h index 932350166..179841c1a 100644 --- a/kmail/interfaces/htmlwriter.h +++ b/kmail/interfaces/htmlwriter.h @@ -64,7 +64,7 @@ namespace KMail { * @deprecated KMail should be ported to Interface::HtmlWriter. This * interface exposes internal working models. The queueing * vs. writing() issues exposed here should be hidden by using two - * different implementations of KHTMLPartHtmlWriter: one for + * different implementations of TDEHTMLPartHtmlWriter: one for * queueing, and one for writing. This should be fixed before the * release, so we an keep the plugin interface stable. * |