iaupdate/IAD/ui/inc/iaupdateapplication.h
branchGCC_SURGE
changeset 56 afe7195bb6c3
parent 42 d17dc5398051
child 80 9dcba1ee99f7
equal deleted inserted replaced
41:0410b3201a77 56:afe7195bb6c3
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-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".
    18 
    18 
    19 #ifndef IAUPDATEAPPLICATION_H_
    19 #ifndef IAUPDATEAPPLICATION_H_
    20 #define IAUPDATEAPPLICATION_H_
    20 #define IAUPDATEAPPLICATION_H_
    21 
    21 
    22 #include <QSharedPointer>
    22 #include <QSharedPointer>
    23 #include <HbApplication.h>
    23 #include <hbapplication.h>
    24 
    24 
    25 // forward declarations
    25 // forward declarations
    26 class IAUpdateEngine;
    26 class IAUpdateEngine;
    27 class IAUpdateMainWindow;
    27 class IAUpdateMainWindow;
    28 
    28