coreapplicationuis/Rfs/Plugins/cprfsplugin/inc/cprfsview.h
branchRCL_3
changeset 20 c2c61fdca848
parent 19 924385140d98
child 21 9af619316cbf
equal deleted inserted replaced
19:924385140d98 20:c2c61fdca848
     1 /*
       
     2  * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3  * All rights reserved.
       
     4  * This component and the accompanying materials are made available
       
     5  * under the terms of "Eclipse Public License v1.0""
       
     6  * which accompanies this distribution, and is available
       
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8  *
       
     9  * Initial Contributors:
       
    10  * Nokia Corporation - initial contribution.
       
    11  *
       
    12  * Contributors:
       
    13  *
       
    14  * Description:  
       
    15  *
       
    16  */
       
    17 #ifndef	CPRFSVIEW_H
       
    18 #define	CPRFSVIEW_H
       
    19 
       
    20 #include <cpbasesettingview.h>
       
    21 
       
    22 class CpRfsView : public CpBaseSettingView
       
    23 {
       
    24     Q_OBJECT
       
    25 public:
       
    26     explicit CpRfsView(QGraphicsItem *parent = 0);
       
    27     ~CpRfsView();
       
    28 };
       
    29 
       
    30 #endif//	CPRFSVIEW_H