cbs/cbsui/UiInc/CCbsUiAddFromIndexDialog.h
branchRCL_3
changeset 11 586d88ba9aa1
parent 0 ff3b6d0fd310
child 18 594d59766373
equal deleted inserted replaced
9:71e7b994dff4 11:586d88ba9aa1
     1 /*
     1 /*
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    21 
    21 
    22 #ifndef __CCBSADDFROMINDEXDIALOG_H
    22 #ifndef __CCBSADDFROMINDEXDIALOG_H
    23 #define __CCBSADDFROMINDEXDIALOG_H
    23 #define __CCBSADDFROMINDEXDIALOG_H
    24 
    24 
    25 // INCLUDES
    25 // INCLUDES
    26 #include <eikdialg.h>
    26 #include <akndialog.h>
    27 #include <CbsCommon.h>
    27 #include <CbsCommon.h>
    28 #include "CbsUiConstants.h"
    28 #include "CbsUiConstants.h"
    29  
    29  
    30 
    30 
    31 // FORWARD DECLARATIONS
    31 // FORWARD DECLARATIONS
    39 
    39 
    40 /**
    40 /**
    41 *  Class CCbsUiAddFromIndexDialog is used to add topics. Topics
    41 *  Class CCbsUiAddFromIndexDialog is used to add topics. Topics
    42 *  are shown in listbox. User can select topics which will be added.
    42 *  are shown in listbox. User can select topics which will be added.
    43 */
    43 */
    44 class CCbsUiAddFromIndexDialog: public CEikDialog
    44 class CCbsUiAddFromIndexDialog: public CAknDialog
    45     {
    45     {
    46     public:  // Constructors and destructor
    46     public:  // Constructors and destructor
    47         
    47         
    48         /**
    48         /**
    49         * C++ constructor.
    49         * C++ constructor.