messagingapp/msgui/conversationview/inc/msgeditorwidget.h
changeset 37 518b245aa84c
parent 25 84d9eb65b26f
child 41 25fe1fe642e3
child 47 5b14749788d7
--- 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: