contactwidgethsplugin/contactwidgeths/inc/contactwidgeths.h
changeset 81 640d30f4fb64
parent 67 59984e68247d
--- a/contactwidgethsplugin/contactwidgeths/inc/contactwidgeths.h	Fri Oct 08 11:42:51 2010 +0300
+++ b/contactwidgethsplugin/contactwidgeths/inc/contactwidgeths.h	Fri Oct 15 12:24:46 2010 +0300
@@ -37,6 +37,7 @@
 class HbMainWindow;
 class HbDocumentLoader;
 class HbTranslator;
+class HbDeviceMessageBox;
 
 
 QTM_USE_NAMESPACE
@@ -93,6 +94,7 @@
     void onRequestComplete();
     void onSelfContactIdChanged(const QContactLocalId &theOldId,
             const QContactLocalId &theNewId);
+    void onAboutCloseNoneContactMessage();
     
 private:
     void createUI();
@@ -114,6 +116,7 @@
     void createLauncherWithPosition();
     void loadLayout(const QString frameName, const QString textColor);
     void finishWidget();
+    void showNoneContactMessage();
 
 private:
     HbIconItem *mAvatarIconItem;
@@ -148,6 +151,8 @@
     
     bool mPendingExit;
     
+    HbDeviceMessageBox * mNoneContactMessage;
+    
     CONTACTWIDGET_TEST_FRIEND_CLASS(TestContactWidget)
 
 };