diff options
Diffstat (limited to 'khtml/xml/dom_textimpl.cpp')
-rw-r--r-- | khtml/xml/dom_textimpl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khtml/xml/dom_textimpl.cpp b/khtml/xml/dom_textimpl.cpp index 015135428..86317293d 100644 --- a/khtml/xml/dom_textimpl.cpp +++ b/khtml/xml/dom_textimpl.cpp @@ -430,13 +430,13 @@ NodeImpl::Id TextImpl::id() const void TextImpl::recalcStyle( StyleChange change ) { -// qDebug("textImpl::recalcStyle"); +// tqDebug("textImpl::recalcStyle"); // Create renderer if now needed if ( changed() && !m_render) { createRendererIfNeeded(); } if (change != NoChange && parentNode()) { -// qDebug("DomText::recalcStyle"); +// tqDebug("DomText::recalcStyle"); if(m_render) m_render->setStyle(parentNode()->renderer()->style()); } |