RowItemPaintParams: Renamed to ViewItemPaintParams
[pulseview.git] / pv / view / rowitem.cpp
index 597c4a138ec53fa4ecde9d924d4307be529abb4c..185e03ab36d83d951a041b1698f814eb7094d6d3 100644 (file)
@@ -120,19 +120,19 @@ QPoint RowItem::point() const
        return QPoint(0, visual_v_offset());
 }
 
-void RowItem::paint_back(QPainter &p, const RowItemPaintParams &pp)
+void RowItem::paint_back(QPainter &p, const ViewItemPaintParams &pp)
 {
        (void)p;
        (void)pp;
 }
 
-void RowItem::paint_mid(QPainter &p, const RowItemPaintParams &pp)
+void RowItem::paint_mid(QPainter &p, const ViewItemPaintParams &pp)
 {
        (void)p;
        (void)pp;
 }
 
-void RowItem::paint_fore(QPainter &p, const RowItemPaintParams &pp)
+void RowItem::paint_fore(QPainter &p, const ViewItemPaintParams &pp)
 {
        (void)p;
        (void)pp;