qhbstyle/qhbstyleanimation.h
branchGCC_SURGE
changeset 17 6745d806c5ff
parent 11 06b8e2af4411
--- 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<QPixmap> m_animationIcon;
+    QScopedPointer<QWidget> m_target;
     QPoint m_point;
-    QPixmap* m_mask;
+    QScopedPointer<QPixmap> m_mask;
 };
 
 #endif // QHBSTYLEANIMATION_H