diff -r 627c4a0fd0e7 -r c3690ec91ef8 src/hbinput/inputwidgets/hbinputcandidatelist.h --- 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 @@ -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