diff -r 22e202702210 -r 1bebd60c0f00 filemanager/src/filemanager/src/components/fmmessagebox.h --- a/filemanager/src/filemanager/src/components/fmmessagebox.h Fri Sep 17 08:27:42 2010 +0300 +++ b/filemanager/src/filemanager/src/components/fmmessagebox.h Mon Oct 04 00:06:46 2010 +0300 @@ -34,11 +34,14 @@ { } void information( const QString &informationText, - HbMessageBox::StandardButtons buttons ); + HbMessageBox::StandardButtons buttons, bool isBlocking = false ); bool question( const QString &questionText, HbMessageBox::StandardButtons buttons ); + void warning( const QString &warningText, + HbMessageBox::StandardButtons buttons, bool isBlocking = false ); + public slots: void dialogClosed(HbAction *action); private: