X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fblureffect.h;h=61f0cd9120d3ec2c2e98609f4471a266b071450a;hb=e3f2858377ed1ecb7e35dd9af82597ab55ae935a;hp=28ea68581e75d9590ebc6ea7aaa43f069be32ec2;hpb=fdb9b8b2d07ef0695275ad353f40ff068779a82f;p=jspeed diff --git a/src/blureffect.h b/src/blureffect.h index 28ea685..61f0cd9 100644 --- a/src/blureffect.h +++ b/src/blureffect.h @@ -29,7 +29,7 @@ public: enum Attribute {RADIUS, ATTRIBUTE_COUNT}; BlurEffect(); virtual bool setAttribute(QString const& name, QString const& value); - virtual void apply(QGraphicsItem* item); + virtual void apply(GraphicsElement* item); private: QGraphicsBlurEffect* effect_;