src/hbinput/inputwidgets/hbinputcandidatelist.h
changeset 30 80e4d18b72f5
parent 28 b7da29130b0e
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
    24 ****************************************************************************/
    24 ****************************************************************************/
    25 
    25 
    26 #ifndef HB_INPUT_CANDIDATE_LIST_H
    26 #ifndef HB_INPUT_CANDIDATE_LIST_H
    27 #define HB_INPUT_CANDIDATE_LIST_H
    27 #define HB_INPUT_CANDIDATE_LIST_H
    28 
    28 
    29 #include <hbdialog.h>
    29 #include <hbinputpopupbase.h>
    30 
    30 
    31 #include <hbinputdef.h>
    31 #include <hbinputdef.h>
    32 
    32 
    33 class HbInputMethod;
    33 class HbInputMethod;
    34 class HbCandidateListPrivate;
    34 class HbCandidateListPrivate;
    35 class HbListWidgetItem;
    35 class HbListWidgetItem;
    36 class HbVkbHost;
    36 class HbVkbHost;
    37 class HbInputMethod;
    37 class HbInputMethod;
    38 
    38 
    39 class HB_INPUT_EXPORT HbCandidateList : public HbDialog
    39 class HB_INPUT_EXPORT HbCandidateList : public HbInputPopupBase
    40 {
    40 {
    41     Q_OBJECT
    41     Q_OBJECT
    42 
    42 
    43 public:
    43 public:
    44     explicit HbCandidateList(HbInputMethod *input, QGraphicsItem *parent = 0);
    44     explicit HbCandidateList(HbInputMethod *input, QGraphicsItem *parent = 0);