src/hbinput/inputwidgets/hbinputcandidatelist.h
changeset 6 c3690ec91ef8
parent 5 627c4a0fd0e7
child 28 b7da29130b0e
child 34 ed14f46c0e55
--- a/src/hbinput/inputwidgets/hbinputcandidatelist.h	Fri Jun 11 13:58:22 2010 +0300
+++ b/src/hbinput/inputwidgets/hbinputcandidatelist.h	Wed Jun 23 18:33:25 2010 +0300
@@ -23,8 +23,8 @@
 **
 ****************************************************************************/
 
-#ifndef HB_CANDIDATE_LIST_H
-#define HB_CANDIDATE_LIST_H
+#ifndef HB_INPUT_CANDIDATE_LIST_H
+#define HB_INPUT_CANDIDATE_LIST_H
 
 #include <hbdialog.h>
 
@@ -41,10 +41,10 @@
     Q_OBJECT
 
 public:
-    explicit HbCandidateList(HbInputMethod* input, QGraphicsItem* parent = 0);
+    explicit HbCandidateList(HbInputMethod *input, QGraphicsItem *parent = 0);
     virtual ~HbCandidateList();
 
-    void populateList(const QStringList& candidates,bool addSpellQuery = false);
+    void populateList(const QStringList &candidates, bool addSpellQuery = false);
     QString currentCandidate();
     void setNumberOfVisibleLines(int numLines);
     bool setSizeAndPositionForAutoCompletion(HbVkbHost *vkbHost);
@@ -55,9 +55,9 @@
     void launchSpellQueryDialog();
 
 protected:
-    void closeEvent(QCloseEvent* event);
-    void keyPressEvent(QKeyEvent* event);
-    void hideEvent(QHideEvent * event);
+    void closeEvent(QCloseEvent *event);
+    void keyPressEvent(QKeyEvent *event);
+    void hideEvent(QHideEvent *event);
     void updatePrimitives();
 
 public slots:
@@ -68,6 +68,6 @@
     Q_DISABLE_COPY(HbCandidateList)
 };
 
-#endif // HB_CANDIDATE_LIST_H
+#endif // HB_INPUT_CANDIDATE_LIST_H
 
 // End of file