diff options
Diffstat (limited to 'tdehtml/rendering/render_block.cpp')
-rw-r--r-- | tdehtml/rendering/render_block.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdehtml/rendering/render_block.cpp b/tdehtml/rendering/render_block.cpp index 053e51b95..414947e1e 100644 --- a/tdehtml/rendering/render_block.cpp +++ b/tdehtml/rendering/render_block.cpp @@ -695,9 +695,9 @@ void RenderBlock::layoutBlock(bool relayoutChildren) if (scrollsOverflow() && m_layer) { // For overflow:scroll blocks, ensure we have both scrollbars in place always. if (style()->overflowX() == OSCROLL) - m_layer->showScrollbar( Qt::Horizontal, true ); + m_layer->showScrollbar( TQt::Horizontal, true ); if (style()->overflowY() == OSCROLL) - m_layer->showScrollbar( Qt::Vertical, true ); + m_layer->showScrollbar( TQt::Vertical, true ); } setContainsPageBreak(false); |