equal
deleted
inserted
replaced
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 |