phonebookui/pbkcommonui/inc/cntgroupselectionpopup.h
changeset 31 2a11b5b00470
parent 27 de1630741fbe
--- a/phonebookui/pbkcommonui/inc/cntgroupselectionpopup.h	Mon May 03 12:24:20 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntgroupselectionpopup.h	Fri May 14 15:42:23 2010 +0300
@@ -45,8 +45,8 @@
     CntGroupSelectionPopup(QContactManager *manager, QContact *contact, QGraphicsItem *parent = 0);
     ~CntGroupSelectionPopup();
 
-    void saveNewGroup();
-    void saveOldGroup();
+    bool saveNewGroup();
+    bool saveOldGroup();
     void populateListOfContact();
     
 #ifdef PBK_UNIT_TEST
@@ -54,9 +54,8 @@
 #else
 private slots:
 #endif
-
-void closeFind();
-void setFilter(const QString &filterString);
+    void closeFind();
+    void setFilter(const QString &filterString);
 
 #ifdef PBK_UNIT_TEST
 public: