summaryrefslogtreecommitdiffstats
path: root/quanta/src/quanta.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/src/quanta.cpp
parent5544d5f4a61929002ff6737e1b002d41eb0a4ba3 (diff)
downloadtdewebdev-e76ee03c0290b07481e45b0e317c911f6e4e7995.tar.gz
tdewebdev-e76ee03c0290b07481e45b0e317c911f6e4e7995.zip
Rename kiobuffer and KHTML
Diffstat (limited to 'quanta/src/quanta.cpp')
-rw-r--r--quanta/src/quanta.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/src/quanta.cpp b/quanta/src/quanta.cpp
index d0e862ff..960f600a 100644
--- a/quanta/src/quanta.cpp
+++ b/quanta/src/quanta.cpp
@@ -726,7 +726,7 @@ void QuantaApp::slotRepaintPreview()
m_previewedDocument = 0L;
previewCopyMade = false;
- KHTMLView *html = m_htmlPart->view();
+ TDEHTMLView *html = m_htmlPart->view();
int xOffset = html->contentsX(), yOffset = html->contentsY();
m_htmlPart->closeURL();
@@ -1149,7 +1149,7 @@ void QuantaApp::slotOptionsConfigureActions()
void QuantaApp::slotPreviewOptions()
{
- KMessageBox::information(this, i18n("Changes made in the preview configuration dialog are global and have effect on every application using the KHTML part to display web pages, including Konqueror."), i18n("Warning"), "configure_preview_warning");
+ KMessageBox::information(this, i18n("Changes made in the preview configuration dialog are global and have effect on every application using the TDEHTML part to display web pages, including Konqueror."), i18n("Warning"), "configure_preview_warning");
TDEApplication::startServiceByDesktopName("quanta_preview_config");
}