src/hbwidgets/popups/hbselectiondialog_p.h
changeset 30 80e4d18b72f5
parent 28 b7da29130b0e
--- a/src/hbwidgets/popups/hbselectiondialog_p.h	Fri Sep 17 08:32:10 2010 +0300
+++ b/src/hbwidgets/popups/hbselectiondialog_p.h	Mon Oct 04 00:38:12 2010 +0300
@@ -74,8 +74,8 @@
     void close();
     void _p_SelectionChanged();
 private:
-    HbAction *action1;
-    HbAction *action2;
+    QPointer<HbAction> action1;
+    QPointer<HbAction> action2;
 };
 
 class HbSelectionDialogMarkWidget : public HbWidget