phoneapp/phoneui2/inc/hbphonemainwindow.h
changeset 21 92ab7f8d0eab
child 74 d1c62c765e48
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
       
     1 /*
       
     2 * Copyright (c) 2009 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:  Main window for PhoneUI
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef HBPHONEMAINWINDOW_H_
       
    20 #define HBPHONEMAINWINDOW_H_
       
    21 
       
    22 #include <QGraphicsItem>
       
    23 #include <hbmainwindow.h>
       
    24 
       
    25 class PhoneUiHouseHold;
       
    26 
       
    27 class HbPhoneMainWindow: public HbMainWindow
       
    28     {
       
    29 
       
    30 public:
       
    31 
       
    32     HbPhoneMainWindow(QWidget* parent = 0);
       
    33     ~HbPhoneMainWindow();
       
    34 
       
    35 
       
    36 private: // data
       
    37     PhoneUiHouseHold* mHouseHold;
       
    38     
       
    39 
       
    40     };
       
    41 
       
    42 
       
    43 
       
    44 #endif /* HBPHONEMAINVIEW_H_ */