|
|
|
@ -143,7 +143,7 @@ void KNDockWidgetHeaderDrag::paintEvent(TQPaintEvent* ev)
|
|
|
|
|
paint.begin(&drawBuffer);
|
|
|
|
|
paint.fillRect(drawBuffer.rect(), TQBrush(colorGroup().brush(TQColorGroup::Background)));
|
|
|
|
|
|
|
|
|
|
paint.setPen(tqpalette().active().highlight());
|
|
|
|
|
paint.setPen(palette().active().highlight());
|
|
|
|
|
paint.drawLine(1, 2, width(), 2);
|
|
|
|
|
paint.drawLine(1, 3, width(), 3);
|
|
|
|
|
paint.drawLine(1, 5, width(), 5);
|
|
|
|
|