src/hbinput/inputwidgets/hbinputcandidatelist.h
changeset 34 ed14f46c0e55
parent 6 c3690ec91ef8
--- a/src/hbinput/inputwidgets/hbinputcandidatelist.h	Mon Oct 04 17:49:30 2010 +0300
+++ b/src/hbinput/inputwidgets/hbinputcandidatelist.h	Mon Oct 18 18:23:13 2010 +0300
@@ -26,7 +26,7 @@
 #ifndef HB_INPUT_CANDIDATE_LIST_H
 #define HB_INPUT_CANDIDATE_LIST_H
 
-#include <hbdialog.h>
+#include <hbinputpopupbase.h>
 
 #include <hbinputdef.h>
 
@@ -36,7 +36,7 @@
 class HbVkbHost;
 class HbInputMethod;
 
-class HB_INPUT_EXPORT HbCandidateList : public HbDialog
+class HB_INPUT_EXPORT HbCandidateList : public HbInputPopupBase
 {
     Q_OBJECT
 
@@ -58,7 +58,6 @@
     void closeEvent(QCloseEvent *event);
     void keyPressEvent(QKeyEvent *event);
     void hideEvent(QHideEvent *event);
-    void updatePrimitives();
 
 public slots:
     void itemActivated(HbListWidgetItem *item);