diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:33:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:33:40 -0600 |
commit | 4fb897b216c41c13f128c71bcc66f60e2dc601c4 (patch) | |
tree | 2891b54cd6ec39db133da0110028ec93fc006751 /khtml/xml/dom_textimpl.cpp | |
parent | 8fc8811ef6079a15decd33f1ea5d95dd718e4557 (diff) | |
download | tdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.tar.gz tdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.zip |
Rename additional global TQt functions
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()); } |