src/hbinput/inputwidgets/hbinputsettinglist.h
changeset 30 80e4d18b72f5
parent 7 923ff622b8b9
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
    24 ****************************************************************************/
    24 ****************************************************************************/
    25 
    25 
    26 #ifndef HB_INPUT_SETTING_LIST_H
    26 #ifndef HB_INPUT_SETTING_LIST_H
    27 #define HB_INPUT_SETTING_LIST_H
    27 #define HB_INPUT_SETTING_LIST_H
    28 
    28 
    29 #include <hbdialog.h>
    29 #include <hbinputpopupbase.h>
    30 #include <hbinputdef.h>
    30 #include <hbinputdef.h>
    31 
    31 
    32 class HbInputSettingListPrivate;
    32 class HbInputSettingListPrivate;
    33 class HbListWidgetItem;
    33 class HbListWidgetItem;
    34 class HbInputLanguage;
    34 class HbInputLanguage;
    35 class HbInputMethodDescriptor;
    35 class HbInputMethodDescriptor;
    36 
    36 
    37 class HB_INPUT_EXPORT HbInputSettingList : public HbDialog
    37 class HB_INPUT_EXPORT HbInputSettingList : public HbInputPopupBase
    38 {
    38 {
    39     Q_OBJECT
    39     Q_OBJECT
    40 
    40 
    41 public:
    41 public:
    42     HbInputSettingList(QGraphicsWidget *parent = 0);
    42     HbInputSettingList(QGraphicsWidget *parent = 0);