From e76ee03c0290b07481e45b0e317c911f6e4e7995 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 21:05:46 -0600 Subject: Rename kiobuffer and KHTML --- quanta/src/Makefile.am | 2 +- quanta/src/quanta.cpp | 4 ++-- quanta/src/quanta.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'quanta/src') diff --git a/quanta/src/Makefile.am b/quanta/src/Makefile.am index 8227e35e..5a754911 100644 --- a/quanta/src/Makefile.am +++ b/quanta/src/Makefile.am @@ -30,7 +30,7 @@ quanta_LDADD = $(top_builddir)/quanta/project/libproject.la \ $(top_builddir)/quanta/utility/libutility.la \ $(top_builddir)/lib/libquantamodule.la \ -lkatepartinterfaces $(LIB_KNEWSTUFF) $(LIB_KAFKA) $(LIB_CVSSERVICE) \ - $(LIB_KMDI) $(LIBXML_LIBS) $(LIBXSLT_LIBS) $(LIB_KABC) $(LIB_KSPELL) $(LIB_KHTML) -lX11 -ltdefx + $(LIB_KMDI) $(LIBXML_LIBS) $(LIBXSLT_LIBS) $(LIB_KABC) $(LIB_KSPELL) $(LIB_TDEHTML) -lX11 -ltdefx # $(top_builddir)/lib/compatibility/libcompat.la AM_CPPFLAGS = -I$(top_srcdir)/quanta/dialogs \ 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"); } diff --git a/quanta/src/quanta.h b/quanta/src/quanta.h index abba6444..dd95cdfe 100644 --- a/quanta/src/quanta.h +++ b/quanta/src/quanta.h @@ -69,7 +69,7 @@ class TQListViewItem; class TQPopupMenu; class WHTMLPart; -class KHTMLView; +class TDEHTMLView; class KAction; class KToggleAction; -- cgit v1.2.1