diff -r 6053b7ae82ab -r 31fc1277642e creator/inc/notifications.h --- a/creator/inc/notifications.h Thu May 13 20:59:38 2010 +0300 +++ b/creator/inc/notifications.h Thu May 13 21:10:48 2010 +0300 @@ -31,7 +31,11 @@ Q_OBJECT public: - + /** + * shows massage box + */ + static void showMessageBox(HbMessageBox::MessageBoxType type, const QString &text, const QString &label, int timeout ); + /** * shows about box */