X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fabstractgroupitem.h;h=3e0594ec824ebd7ec03acb0fd7833b5611d41f25;hb=56aee6aedeeed3efd10ada8fe3c229eddc01ef05;hp=91792be7aca28620c99a48812d3454530a0cc4ef;hpb=817cce999d550f2ad3b6bef882810a67915f2ed5;p=kdenlive diff --git a/src/abstractgroupitem.h b/src/abstractgroupitem.h index 91792be7..3e0594ec 100644 --- a/src/abstractgroupitem.h +++ b/src/abstractgroupitem.h @@ -71,8 +71,8 @@ protected: private: void fixItemRect(); - QPainterPath groupShape(GRAPHICSRECTITEM type, const QPointF &offset) const; - QPainterPath spacerGroupShape(GRAPHICSRECTITEM type, const QPointF &offset) const; + QPainterPath groupShape(GraphicsRectItem type, const QPointF &offset) const; + QPainterPath spacerGroupShape(GraphicsRectItem type, const QPointF &offset) const; /** Stores the original info of the items beeing resized. */ QList m_resizeInfos; };