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