diff -r 99b096216bc8 -r 1038206aa0cb userguide/inc/HelpKeywordView.h --- a/userguide/inc/HelpKeywordView.h Fri Jun 11 13:29:58 2010 +0300 +++ b/userguide/inc/HelpKeywordView.h Wed Jun 23 18:03:20 2010 +0300 @@ -25,7 +25,7 @@ class HbListView; class HbSearchPanel; class HbStaticVkbHost; -class HbGroupBox; +class HbLabel; class HelpKeywordView : public HelpBaseView { @@ -42,15 +42,18 @@ void initSearchList(); void initSearchPanel(); void initBackAction(); - void initEmptyLabel(); void initVirtualKeyboard(); - + private: - HbGroupBox* groupBox(); + void onOrientationChanged(Qt::Orientation orientation); + +private: + HbLabel* label(); private: void updateVisibleItems(bool visible); void ResetSearchPanel(); + void updateLabelPos(); private slots: // handle system event void onViewReady();