From 9e6ff2e17018fd8f6cfe1c08096503877ffcd9e4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 4 Nov 2023 23:07:43 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro (cherry picked from commit 84c57055d607cbb05adfacb46b1d8a21685c098a) --- plugins/stats/ChartDrawer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/stats/ChartDrawer.cpp') diff --git a/plugins/stats/ChartDrawer.cpp b/plugins/stats/ChartDrawer.cpp index 6eb08b4..ad4ff67 100644 --- a/plugins/stats/ChartDrawer.cpp +++ b/plugins/stats/ChartDrawer.cpp @@ -190,7 +190,7 @@ void ChartDrawer::DrawChart(TQPainter & rPnt) // ------------ TQPen myop(rPnt.pen()); TQPen topl(myop); - topl.setStyle(Qt::DotLine); + topl.setStyle(TQt::DotLine); rPnt.setPen(topl); rPnt.drawLine(0, TrY(FindYScreenCoords(mEls[i].pmVals -> at(mEls[i].pmVals -> size() - 1))), width(), TrY(FindYScreenCoords(mEls[i].pmVals -> at(mEls[i].pmVals -> size() - 1))) ); rPnt.setPen(myop); -- cgit v1.2.3