diff -r 84d9eb65b26f -r 518b245aa84c messagingapp/msgui/conversationview/inc/msgeditorwidget.h --- a/messagingapp/msgui/conversationview/inc/msgeditorwidget.h Mon May 03 12:29:07 2010 +0300 +++ b/messagingapp/msgui/conversationview/inc/msgeditorwidget.h Fri Jun 25 15:47:40 2010 +0530 @@ -26,6 +26,7 @@ class HbPushButton; class HbFrameItem; class HbTextItem; +class HbAction; class UniEditorPluginLoader; class UniEditorPluginInterface; class UniEditorGenUtils; @@ -100,7 +101,7 @@ /** * This function does initialisations needed for character counter */ - void setEncodingSettings(); + void setEncodingSettingsL(); signals: @@ -150,6 +151,12 @@ */ void onPressed(); void onReleased(); + + /** + * This slot is called when sms char limit reached dialog is launched. + * @param action selected action (yes or no). + */ + void onSmsCharLimitReached(HbAction* action); private: