diff -r 627c4a0fd0e7 -r c3690ec91ef8 src/hbwidgets/popups/hbinputdialog_p.h --- a/src/hbwidgets/popups/hbinputdialog_p.h Fri Jun 11 13:58:22 2010 +0300 +++ b/src/hbwidgets/popups/hbinputdialog_p.h Wed Jun 23 18:33:25 2010 +0300 @@ -72,6 +72,9 @@ QString mPromptText; QString mPromptAdditionalText; QString mText; + HbAction *action1; +public slots: + void textChange(const QString); }; #endif //HBINPUTDIALOGPRIVATE_H