diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 21:05:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 21:05:46 -0600 |
commit | e76ee03c0290b07481e45b0e317c911f6e4e7995 (patch) | |
tree | 9bfd9c868df8dc32779e3f09fa709af285e891e1 /quanta/src/quanta.cpp | |
parent | 5544d5f4a61929002ff6737e1b002d41eb0a4ba3 (diff) | |
download | tdewebdev-e76ee03c0290b07481e45b0e317c911f6e4e7995.tar.gz tdewebdev-e76ee03c0290b07481e45b0e317c911f6e4e7995.zip |
Rename kiobuffer and KHTML
Diffstat (limited to 'quanta/src/quanta.cpp')
-rw-r--r-- | quanta/src/quanta.cpp | 4 |
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"); } |