summaryrefslogtreecommitdiffstats
path: root/quanta/components/csseditor/csseditor.cpp
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.cpp
parent5544d5f4a61929002ff6737e1b002d41eb0a4ba3 (diff)
downloadtdewebdev-e76ee03c0290b07481e45b0e317c911f6e4e7995.tar.gz
tdewebdev-e76ee03c0290b07481e45b0e317c911f6e4e7995.zip
Rename kiobuffer and KHTML
Diffstat (limited to 'quanta/components/csseditor/csseditor.cpp')
-rw-r--r--quanta/components/csseditor/csseditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/components/csseditor/csseditor.cpp b/quanta/components/csseditor/csseditor.cpp
index a157adae..b684030d 100644
--- a/quanta/components/csseditor/csseditor.cpp
+++ b/quanta/components/csseditor/csseditor.cpp
@@ -193,7 +193,7 @@ void CSSEditor::initialize(){
m_myhi = new TQMyHighlighter(display);
TQBoxLayout *fPreviewLayout = new TQBoxLayout(fPreview,TQBoxLayout::LeftToRight);
- m_previewer=new KHTMLPart(fPreview);
+ m_previewer=new TDEHTMLPart(fPreview);
fPreviewLayout->addWidget(m_previewer->view());