diff options
Diffstat (limited to 'tdehtml/rendering/render_table.cpp')
-rw-r--r-- | tdehtml/rendering/render_table.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdehtml/rendering/render_table.cpp b/tdehtml/rendering/render_table.cpp index ab0573048..bd4002a37 100644 --- a/tdehtml/rendering/render_table.cpp +++ b/tdehtml/rendering/render_table.cpp @@ -2699,8 +2699,8 @@ int RenderTableCell::borderBottom() const static void outlineBox(TQPainter *p, int _tx, int _ty, int w, int h) { - p->setPen(TQPen(TQColor("yellow"), 3, Qt::DotLine)); - p->setBrush( Qt::NoBrush ); + p->setPen(TQPen(TQColor("yellow"), 3, TQt::DotLine)); + p->setBrush( TQt::NoBrush ); p->drawRect(_tx, _ty, w, h ); } #endif |