homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsdialogcontroller.h
changeset 97 66b5fe3c07fd
parent 90 3ac3aaebaee5
equal deleted inserted replaced
95:32e56106abf2 97:66b5fe3c07fd
    12  * Contributors:
    12  * Contributors:
    13  *
    13  *
    14  * Description:
    14  * Description:
    15  *
    15  *
    16  */
    16  */
       
    17  
    17 #ifndef HS_DIALOG_CONTROLLER_H
    18 #ifndef HS_DIALOG_CONTROLLER_H
    18 #define HS_DIALOG_CONTROLLER_H
    19 #define HS_DIALOG_CONTROLLER_H
    19 
    20 
    20 #include <QObject>
    21 #include <QObject>
    21 #include <QPair>
    22 #include <QPair>
    22 #include <QMap>
    23 #include <QMap>
    23 
    24 
       
    25 #include "hsmenudialogfactory.h"
       
    26 #include "hsmenuentryremovedhandler.h"
       
    27 
    24 class QAction;
    28 class QAction;
    25 class QString;
    29 class QString;
    26 class HbDialog;
    30 class HbDialog;
    27 
       
    28 #include "hsmenudialogfactory.h"
       
    29 #include "hsmenuentryremovedhandler.h"
       
    30 
    31 
    31 class HsDialogController: public QObject
    32 class HsDialogController: public QObject
    32 {
    33 {
    33     Q_OBJECT
    34     Q_OBJECT
    34 public:
    35 public: