phoneapp/phoneuiqtviewadapter/inc/phonenotecontroller.h
changeset 78 baacf668fe89
parent 76 cfea66083b62
equal deleted inserted replaced
76:cfea66083b62 78:baacf668fe89
    19 #define PHONENOTECONTROLLER_H
    19 #define PHONENOTECONTROLLER_H
    20 
    20 
    21 #include <QObject>
    21 #include <QObject>
    22 #include <QString>
    22 #include <QString>
    23 #include "tphonecmdparamnote.h"
    23 #include "tphonecmdparamnote.h"
    24 #include "phoneaction.h"
       
    25 
    24 
    26 // FORWARD DECLARATION
    25 // FORWARD DECLARATION
    27 class TPhoneCommandParam;
    26 class TPhoneCommandParam;
    28 class TPhoneCmdParamQuery;
    27 class TPhoneCmdParamQuery;
    29 class TPhoneCmdParamGlobalNote;
    28 class TPhoneCmdParamGlobalNote;
    32 class HbAction;
    31 class HbAction;
    33 class QSignalMapper;
    32 class QSignalMapper;
    34 class QTimer;
    33 class QTimer;
    35 class PhoneGlobalNotes;
    34 class PhoneGlobalNotes;
    36 class HbDialog;
    35 class HbDialog;
       
    36 class XQSystemToneService;
    37 
    37 
    38 class PhoneNoteController : public QObject
    38 class PhoneNoteController : public QObject
    39 {
    39 {
    40     Q_OBJECT
    40     Q_OBJECT
    41     
    41     
    42 public:
    42 public:
    43 
    43 
    44     /*!
    44     /*!
    45         \fn PhoneNoteController (QObject *parent)
    45         \fn PhoneNoteController (XQSystemToneService& toneservice,
       
    46                                  QObject *parent)
    46     */
    47     */
    47     PhoneNoteController(QObject *parent = 0);
    48     PhoneNoteController(XQSystemToneService& toneservice,
       
    49                         QObject *parent = 0);
    48         
    50         
    49     /*!
    51     /*!
    50         Destructor
    52         Destructor
    51      */
    53      */
    52     virtual ~PhoneNoteController ();
    54     virtual ~PhoneNoteController ();