userguide/inc/HelpKeywordView.h
changeset 26 97d7f0705d0a
parent 24 bce8d4d2cc72
child 27 0a93cba9d57a
--- 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();