diff options
Diffstat (limited to 'tdehtml/html/html_objectimpl.cpp')
-rw-r--r-- | tdehtml/html/html_objectimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdehtml/html/html_objectimpl.cpp b/tdehtml/html/html_objectimpl.cpp index f2cf8c1db..864de8ed7 100644 --- a/tdehtml/html/html_objectimpl.cpp +++ b/tdehtml/html/html_objectimpl.cpp @@ -422,7 +422,7 @@ DocumentImpl* HTMLObjectElementImpl::contentDocument() const if ( !m_render ) return 0; if ( !m_render->isWidget() ) return 0; TQWidget* widget = static_cast<RenderWidget*>( m_render )->widget(); - if( widget && ::tqqt_cast<TDEHTMLView*>( widget ) ) + if( widget && ::tqt_cast<TDEHTMLView*>( widget ) ) return static_cast<TDEHTMLView*>( widget )->part()->xmlDocImpl(); return 0; } |