Removed obsolete Qt2's TQVector class and replaced

with TQt3's TQPtrVector.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 6 years ago
parent 9b7dfcd288
commit a5f4ebc78b
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -294,7 +294,6 @@ void ElementDataViewer::drawPlot()
/*
* reserve the memory for the KPlotObjects
*/
//TODO QT4 replace TQMemArray with TQVector
TQMemArray<KPlotObject*> dataPoint(num);
TQMemArray<KPlotObject*> dataPointLabel(num);

Loading…
Cancel
Save