|
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: |
|
15 * |
|
16 */ |
|
17 |
|
18 #ifndef NMAILUIWIDGETSHEADERS_H_ |
|
19 #define NMAILUIWIDGETSHEADERS_H_ |
|
20 |
|
21 // Qt |
|
22 #include <QtPlugin> |
|
23 #include <QTimer> |
|
24 #include <QCoreApplication> |
|
25 #include <QGraphicsItem> |
|
26 #include <QGraphicsSceneMouseEvent> |
|
27 #include <QGraphicsGridLayout> |
|
28 |
|
29 // Symbian & qt extensions |
|
30 #ifdef Q_OS_SYMBIAN |
|
31 #include <cntservicescontact.h> |
|
32 #include <xqservicerequest.h> |
|
33 #include <qtcontacts.h> |
|
34 #include <qmobilityglobal.h> |
|
35 #include <xqserviceutil.h> |
|
36 #include <xqappmgr.h> |
|
37 #include <xqserviceipcmarshal.h> |
|
38 #endif |
|
39 |
|
40 // Orbit |
|
41 #include <HbInstantFeedback> |
|
42 #include <HbFrameItem> |
|
43 #include <HbEffect> |
|
44 #include <hbmessagebox.h> |
|
45 #include <hbscrollarea.h> |
|
46 #include <hbstyleloader.h> |
|
47 #include <hbtextitem.h> |
|
48 #include <hbprogressbar.h> |
|
49 #include <hbdocumentloader.h> |
|
50 #include <hbinstance.h> |
|
51 #include <hbcolorscheme.h> |
|
52 #include <hbtapgesture.h> |
|
53 #include <hbevent.h> |
|
54 |
|
55 |
|
56 // nmail |
|
57 #include <nmaddress.h> |
|
58 #include <nmcommon.h> |
|
59 |
|
60 // nmailuiwidgets |
|
61 #include "nmrecipientlineedit.h" |
|
62 #include "nmhtmllineedit.h" |
|
63 #include "nmeditortextedit.h" |
|
64 #include "nmbaseviewscrollarea.h" |
|
65 #include "nmattachmentlistitem.h" |
|
66 #include "nmattachmentlistwidget.h" |
|
67 |
|
68 #endif /* NMAILUIWIDGETSHEADERS_H_ */ |