videocollection/tsrc/stubs/inc/hbmessagebox.h
changeset 63 4707a0db12f6
parent 50 21fe8338c6bf
equal deleted inserted replaced
58:d2b028fd1f7d 63:4707a0db12f6
    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)