phonebookui/pbkcommonui/inc/cnteditviewlistmodel.h
changeset 46 efe85016a067
parent 40 b46a585f6909
child 47 7cbcb2896f0e
--- a/phonebookui/pbkcommonui/inc/cnteditviewlistmodel.h	Fri Jun 11 13:29:23 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cnteditviewlistmodel.h	Wed Jun 23 18:02:44 2010 +0300
@@ -96,11 +96,7 @@
     void removeItem( KLookupKey aKey );
     void insertSeparator();
     
-#ifdef PBK_UNIT_TEST
-public:
-#else
 private:
-#endif
     QList<CntEditViewItem*> mItemList;
     CntExtensionManager* mManager;
     CntEditViewItemBuilder* mBuilder;
@@ -109,5 +105,7 @@
     
     QMap<KLookupKey, int> mLookupTable;
     QMap<QString, KLookupKey> mLookupMap;
+    
+    friend class TestCntEditView;
     };
 #endif /* CNTEDITVIEWLISTMODEL_H_ */