src/hbinput/inputwidgets/hbinputsmileypicker.h
changeset 30 80e4d18b72f5
parent 6 c3690ec91ef8
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
    25 
    25 
    26 #ifndef HB_INPUT_SMILEYPICKER_H
    26 #ifndef HB_INPUT_SMILEYPICKER_H
    27 #define HB_INPUT_SMILEYPICKER_H
    27 #define HB_INPUT_SMILEYPICKER_H
    28 
    28 
    29 #include <hbinputdef.h>
    29 #include <hbinputdef.h>
    30 #include <hbdialog.h>
    30 #include <hbinputpopupbase.h>
    31 
    31 
    32 class HbInputSmileyPickerPrivate;
    32 class HbInputSmileyPickerPrivate;
    33 
    33 
    34 class HB_INPUT_EXPORT HbInputSmileyPicker : public HbDialog
    34 class HB_INPUT_EXPORT HbInputSmileyPicker : public HbInputPopupBase
    35 {
    35 {
    36     Q_OBJECT
    36     Q_OBJECT
    37 public:
    37 public:
    38     HbInputSmileyPicker(int rows, int columns, QGraphicsItem *parent = 0, QStringList smileys = QStringList());
    38     HbInputSmileyPicker(int rows, int columns, QGraphicsItem *parent = 0, QStringList smileys = QStringList());
    39     ~HbInputSmileyPicker();
    39     ~HbInputSmileyPicker();