emailuis/nmailui/inc/nmuiheaders.h
changeset 53 bf7eb7911fc5
parent 30 759dc5235cdb
child 47 f83bd4ae1fe3
child 54 997a02608b3a
equal deleted inserted replaced
30:759dc5235cdb 53:bf7eb7911fc5
     1 /*
     1 /*
     2 * Copyright (c) 2009 - 2010 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".
     8 *
     8  *
     9 * Initial Contributors:
     9  * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10  * Nokia Corporation - initial contribution.
    11 *
    11  *
    12 * Contributors:
    12  * Contributors:
    13 *
    13  *
    14 * Description:
    14  * Description:
    15 *
    15  *
    16 */
    16  */
    17 
    17 
    18 #ifndef NMUIHEADERS_H_
    18 #ifndef NMUIHEADERS_H_
    19 #define NMUIHEADERS_H_
    19 #define NMUIHEADERS_H_
    20 
    20 
    21 // Qt
    21 // Qt
    40 #include <QCoreApplication>
    40 #include <QCoreApplication>
    41 #include <QAbstractItemModel>
    41 #include <QAbstractItemModel>
    42 #include <QNetworkDiskCache>
    42 #include <QNetworkDiskCache>
    43 #include <QWebSettings>
    43 #include <QWebSettings>
    44 #include <QPointer>
    44 #include <QPointer>
       
    45 #include <QPinchGesture>
       
    46 #include <QInputContext>
    45 
    47 
    46 // Orbit
    48 // Orbit
    47 #include <hbapplication.h>
    49 #include <hbapplication.h>
    48 #include <hbmainwindow.h>
    50 #include <hbmainwindow.h>
    49 #include <hbaction.h>
    51 #include <hbaction.h>
    82 #include <hbmessagebox.h>
    84 #include <hbmessagebox.h>
    83 #include <hbtoolbarextension.h>
    85 #include <hbtoolbarextension.h>
    84 #include <hbinstance.h>
    86 #include <hbinstance.h>
    85 #include <hbeffect.h>
    87 #include <hbeffect.h>
    86 #include <hbmodeliterator.h>
    88 #include <hbmodeliterator.h>
       
    89 #include <hbscrollarea.h>
    87 
    90 
    88 #ifdef Q_OS_SYMBIAN
    91 #ifdef Q_OS_SYMBIAN
    89 #include <cntservicescontact.h>
    92 #include <cntservicescontact.h>
    90 #include <xqservicerequest.h>
    93 #include <xqservicerequest.h>
    91 #include <qtcontacts.h>
    94 #include <qtcontacts.h>