summaryrefslogtreecommitdiffstats
path: root/quanta/components/csseditor/csseditor.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 21:05:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 21:05:46 -0600
commite76ee03c0290b07481e45b0e317c911f6e4e7995 (patch)
tree9bfd9c868df8dc32779e3f09fa709af285e891e1 /quanta/components/csseditor/csseditor.h
parent5544d5f4a61929002ff6737e1b002d41eb0a4ba3 (diff)
downloadtdewebdev-e76ee03c0290b07481e45b0e317c911f6e4e7995.tar.gz
tdewebdev-e76ee03c0290b07481e45b0e317c911f6e4e7995.zip
Rename kiobuffer and KHTML
Diffstat (limited to 'quanta/components/csseditor/csseditor.h')
-rw-r--r--quanta/components/csseditor/csseditor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/components/csseditor/csseditor.h b/quanta/components/csseditor/csseditor.h
index fa9e3339..0df95553 100644
--- a/quanta/components/csseditor/csseditor.h
+++ b/quanta/components/csseditor/csseditor.h
@@ -27,7 +27,7 @@
class propertySetter;
class TDEConfig;
-class KHTMLPart;
+class TDEHTMLPart;
class TQListViewItem;
class TQDomNodeList;
class TQVariant;
@@ -61,7 +61,7 @@ class CSSEditor : public CSSEditorS
TQMyHighlighter *m_myhi;
propertySetter *m_ps;
myCheckListItem *m_currentProp;
- KHTMLPart *m_previewer;
+ TDEHTMLPart *m_previewer;
TQDomDocument m_doc;
TQMap<TQString,TQString> m_properties;
TQString m_selectorName,