summaryrefslogtreecommitdiffstats
path: root/knode/articlewidget.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 21:04:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 21:04:28 -0600
commitc5bee2a602f3b6a9ca58c247df52b834ea50d0ed (patch)
treed1c0ded0cabb3d4fdb2ad0e9e68697282eee0dc4 /knode/articlewidget.h
parentb94985f2c07570910ceecd8a0e544460a0de190b (diff)
downloadtdepim-c5bee2a602f3b6a9ca58c247df52b834ea50d0ed.tar.gz
tdepim-c5bee2a602f3b6a9ca58c247df52b834ea50d0ed.zip
Rename kiobuffer and KHTML
Diffstat (limited to 'knode/articlewidget.h')
-rw-r--r--knode/articlewidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/knode/articlewidget.h b/knode/articlewidget.h
index da2968e8..2a508ee7 100644
--- a/knode/articlewidget.h
+++ b/knode/articlewidget.h
@@ -30,7 +30,7 @@ class TQTimer;
class KAction;
class KActionCollection;
class KActionMenu;
-class KHTMLPart;
+class TDEHTMLPart;
class KURL;
class KSelectAction;
class KToggleAction;
@@ -221,7 +221,7 @@ class ArticleWidget : public TQWidget, public KNJobConsumer {
/// mapping of temporary file names to part numbers
TQMap<TQString, int> mAttachementMap;
- KHTMLPart *mViewer;
+ TDEHTMLPart *mViewer;
CSSHelper *mCSSHelper;
TQStringList mTempDirs, mTempFiles;