X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fdropshadoweffect.h;h=56971dbd50b127e5a593b87da6a3f27debee1bd2;hb=c479733f090192ea0d3be3a1789113d5dda85a57;hp=864d58531277a5b8753fceded02eef96267b73e1;hpb=fdb9b8b2d07ef0695275ad353f40ff068779a82f;p=jspeed diff --git a/src/dropshadoweffect.h b/src/dropshadoweffect.h index 864d585..56971db 100644 --- a/src/dropshadoweffect.h +++ b/src/dropshadoweffect.h @@ -22,7 +22,7 @@ #include "effect.h" class QGraphicsDropShadowEffect; -class QGraphicsItem; +class GraphicsElement; class DropshadowEffect : public Effect { @@ -30,7 +30,7 @@ public: enum Attribute {RADIUS, COLOR, XOFFSET, YOFFSET, ATTRIBUTE_COUNT}; DropshadowEffect(); virtual bool setAttribute(QString const& name, QString const& value); - virtual void apply(QGraphicsItem* item); + virtual void apply(GraphicsElement* item); private: QGraphicsDropShadowEffect* effect_;