From 7427e438358d44c37e3c8b0a9cfbb225ffd60e79 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 15:54:26 -0600 Subject: Rename KHTML and kiobuffer --- tdehtml/dom/html_document.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdehtml/dom/html_document.cpp') diff --git a/tdehtml/dom/html_document.cpp b/tdehtml/dom/html_document.cpp index c24bf65f7..0d0af0ab9 100644 --- a/tdehtml/dom/html_document.cpp +++ b/tdehtml/dom/html_document.cpp @@ -39,7 +39,7 @@ HTMLDocument::HTMLDocument() : Document(false) // create the impl here } -HTMLDocument::HTMLDocument(KHTMLView *parent) +HTMLDocument::HTMLDocument(TDEHTMLView *parent) : Document(false) // create the impl here { impl = DOMImplementationImpl::instance()->createHTMLDocument(parent); -- cgit v1.2.1