Replaced various '#define' with actual strings - part 3

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 404ee7a3fb)
r14.1.x
Michele Calgaro 6 months ago
parent 60a08792e6
commit 94fa32f990
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -465,7 +465,7 @@ void DolphinDetailsView::drawRubber()
TQPoint point(m_rubber->x(), m_rubber->y());
point = contentsToViewport(point);
style().tqdrawPrimitive(TQStyle::PE_FocusRect, &p,
style().drawPrimitive(TQStyle::PE_FocusRect, &p,
TQRect(point.x(), point.y(), m_rubber->width(), m_rubber->height()),
colorGroup(), TQStyle::Style_Default, colorGroup().base());
p.end();

Loading…
Cancel
Save