diff -r 57d77d90783b -r 97d7f0705d0a userguide/inc/HelpKeywordView.h --- a/userguide/inc/HelpKeywordView.h Tue Jun 01 23:20:16 2010 +0300 +++ b/userguide/inc/HelpKeywordView.h Tue Jun 08 18:34:07 2010 +0800 @@ -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();