diff -r ce961d2c008b -r 6745d806c5ff qhbstyle/qhbstyleanimation.h --- a/qhbstyle/qhbstyleanimation.h Mon Jun 21 22:38:54 2010 +0100 +++ b/qhbstyle/qhbstyleanimation.h Thu Jul 22 16:42:52 2010 +0100 @@ -47,10 +47,10 @@ void paintAnimation(QPainter *painter); private: - QPixmap* m_animationIcon; - QWidget* m_target; + QScopedPointer m_animationIcon; + QScopedPointer m_target; QPoint m_point; - QPixmap* m_mask; + QScopedPointer m_mask; }; #endif // QHBSTYLEANIMATION_H