summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/reports/reportwidgets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/plugins/reports/reportwidgets.cpp')
-rw-r--r--kexi/plugins/reports/reportwidgets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/plugins/reports/reportwidgets.cpp b/kexi/plugins/reports/reportwidgets.cpp
index 7cea50a35..08b41a372 100644
--- a/kexi/plugins/reports/reportwidgets.cpp
+++ b/kexi/plugins/reports/reportwidgets.cpp
@@ -104,7 +104,7 @@ ReportLine::paintEvent (TQPaintEvent *ev)
TQPainter p(this);
if(!ev->erased())
p.eraseRect(0, 0, width(), height());
- TQPen pen(m_color, m_lineWidth, (Qt::PenStyle)m_lineStyle);
+ TQPen pen(m_color, m_lineWidth, (TQt::PenStyle)m_lineStyle);
pen.setCapStyle((TQt::PenCapStyle)m_capStyle);
p.setPen(pen);
p.drawLine(0, 0, width() -1, height() - 1);