videocollection/tsrc/stubs/inc/hbmessagebox.h
changeset 65 a9d57bd8d7b7
parent 52 e3cecb93e76a
equal deleted inserted replaced
62:0e1e938beb1a 65:a9d57bd8d7b7
    19 #ifndef HBMESSAGEBOX_H
    19 #ifndef HBMESSAGEBOX_H
    20 #define HBMESSAGEBOX_H
    20 #define HBMESSAGEBOX_H
    21 
    21 
    22 #include <qobject.h>
    22 #include <qobject.h>
    23 #include <qstring.h>
    23 #include <qstring.h>
       
    24 #include "hbdialog.h"
    24 #include "hbaction.h"
    25 #include "hbaction.h"
    25 
    26 
    26 class QGraphicsWidget;
    27 class QGraphicsWidget;
    27 class QGraphicsScene;
    28 class QGraphicsScene;
    28 class QGraphicsItem;
    29 class QGraphicsItem;
    29 
    30 
    30 class HbMessageBox : public QObject
    31 class HbMessageBox : public HbDialog
    31 {   
    32 {   
    32     Q_OBJECT
    33     Q_OBJECT
    33 
    34 
    34     Q_FLAGS(StandardButton StandardButtons)
    35     Q_FLAGS(StandardButton StandardButtons)
    35     Q_ENUMS(MessageBoxType StandardButton)
    36     Q_ENUMS(MessageBoxType StandardButton)