diff options
Diffstat (limited to 'tdehtml/dom/dom_doc.cpp')
-rw-r--r-- | tdehtml/dom/dom_doc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdehtml/dom/dom_doc.cpp b/tdehtml/dom/dom_doc.cpp index 0ff123444..b38a01401 100644 --- a/tdehtml/dom/dom_doc.cpp +++ b/tdehtml/dom/dom_doc.cpp @@ -438,7 +438,7 @@ void Document::setSelectedStylesheetSet(const DOMString& s) } -KHTMLView *Document::view() const +TDEHTMLView *Document::view() const { if (!impl) return 0; |