phonebookui/pbkcommonui/inc/cntmycardselectionview.h
changeset 59 a642906a277a
parent 47 7cbcb2896f0e
child 65 ae724a111993
--- a/phonebookui/pbkcommonui/inc/cntmycardselectionview.h	Tue Jul 06 14:05:47 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,46 +0,0 @@
-/*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:  
-*
-*/
-
-#ifndef CNTMYCARDSELECTIONVIEW_H
-#define CNTMYCARDSELECTIONVIEW_H
-
-#include "cntbaseselectionview.h"
-
-class QModelIndex;
-
-class CntMyCardSelectionView : public CntBaseSelectionView
-{
-    Q_OBJECT
-public:
-    CntMyCardSelectionView();
-    ~CntMyCardSelectionView();
-
-public:
-    int viewId() const { return myCardSelectionView; }
-    
-private slots:
-    void onListViewActivated(const QModelIndex& index);
-    
-#ifdef PBK_UNIT_TEST
-public:
-#else
-private:
-#endif
-    void removeFromGroup(const QContact* contact);
-};
-
-#endif /* CNTMYCARDSELECTIONVIEW_H */