From ed530727c56fe2f062c1c174d73274667cd983a5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 21:05:18 -0600 Subject: Rename kiobuffer and KHTML --- lib/widgets/kdevhtmlpart.cpp | 6 +++--- lib/widgets/kdevhtmlpart.h | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/widgets') diff --git a/lib/widgets/kdevhtmlpart.cpp b/lib/widgets/kdevhtmlpart.cpp index 49ac87d2..34d5a2c0 100644 --- a/lib/widgets/kdevhtmlpart.cpp +++ b/lib/widgets/kdevhtmlpart.cpp @@ -20,7 +20,7 @@ #include "kdevhtmlpart.h" KDevHTMLPart::KDevHTMLPart() - : KHTMLPart(0L, 0L, 0L, "KDevHTMLPart", DefaultGUI ) + : TDEHTMLPart(0L, 0L, 0L, "KDevHTMLPart", DefaultGUI ) { setXMLFile(locate("data", "tdevelop/kdevhtml_partui.rc"), true); @@ -79,7 +79,7 @@ KDevHTMLPart::KDevHTMLPart() //settings: TDEConfig *appConfig = TDEGlobal::config(); - appConfig->setGroup("KHTMLPart"); + appConfig->setGroup("TDEHTMLPart"); setStandardFont(appConfig->readEntry("StandardFont", settings()->stdFontName())); setFixedFont(appConfig->readEntry("FixedFont", @@ -323,7 +323,7 @@ bool KDevHTMLPart::openURL(const KURL &url) TQString path = resolveEnvVarsInURL(url.url()); KURL newUrl(path); - bool retval = KHTMLPart::openURL(newUrl); + bool retval = TDEHTMLPart::openURL(newUrl); if ( retval ) { emit fileNameChanged(this); diff --git a/lib/widgets/kdevhtmlpart.h b/lib/widgets/kdevhtmlpart.h index 13f155a5..3dbc728e 100644 --- a/lib/widgets/kdevhtmlpart.h +++ b/lib/widgets/kdevhtmlpart.h @@ -9,7 +9,7 @@ /** @file kdevhtmlpart.h -Customized KHTML part for KDevelop. +Customized TDEHTML part for KDevelop. */ class KAction; @@ -27,10 +27,10 @@ struct DocumentationHistoryEntry { }; /** -Customized KHTML part for KDevelop. +Customized TDEHTML part for KDevelop. Used as HTML documentation and file viewer. -Represents customized BrowserViewGUI mode of KHTMLPart. Provides also actions for: +Represents customized BrowserViewGUI mode of TDEHTMLPart. Provides also actions for: - reload; - stop; - duplicate; @@ -41,7 +41,7 @@ Represents customized BrowserViewGUI mode of KHTMLPart. Provides also actions fo . It has it's own popup menu and font/zoom settings. */ -class KDevHTMLPart : public KHTMLPart +class KDevHTMLPart : public TDEHTMLPart { Q_OBJECT -- cgit v1.2.1