src/hbwidgets/popups/hbprogressdialog_p.h
changeset 28 b7da29130b0e
parent 2 06ff229162e9
child 30 80e4d18b72f5
--- a/src/hbwidgets/popups/hbprogressdialog_p.h	Thu Sep 02 20:44:51 2010 +0300
+++ b/src/hbwidgets/popups/hbprogressdialog_p.h	Fri Sep 17 08:32:10 2010 +0300
@@ -30,7 +30,7 @@
 #include <hbprogressdialog.h>
 #include <hbdialog_p.h>
 #include <hblabel.h>
-
+#include <hbaction.h>
 #include <QFlags>
 #include <QTimeLine>
 
@@ -73,6 +73,7 @@
     HbProgressDialog::ProgressDialogType mNoteType;
     QString mTextString;
     Qt::Alignment mAlign;
+    HbAction *mAction;
 };
 
 #endif