summaryrefslogtreecommitdiffstats
path: root/quanta/src/quanta.cpp
diff options
context:
space:
mode:
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");
}