summaryrefslogtreecommitdiffstats
path: root/khtml/rendering/render_body.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/rendering/render_body.cpp')
-rw-r--r--khtml/rendering/render_body.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/rendering/render_body.cpp b/khtml/rendering/render_body.cpp
index e9da3c71c..930ec358c 100644
--- a/khtml/rendering/render_body.cpp
+++ b/khtml/rendering/render_body.cpp
@@ -56,7 +56,7 @@ void RenderBody::setStyle(RenderStyle* style)
void RenderBody::paintBoxDecorations(PaintInfo& paintInfo, int _tx, int _ty)
{
//kdDebug( 6040 ) << renderName() << "::paintDecorations()" << endl;
- QColor bgColor;
+ TQColor bgColor;
const BackgroundLayer *bgLayer = 0;
if( parent()->style()->hasBackground() ) {