userguide/inc/HelpBaseView.h
changeset 34 4533d75b8d4e
parent 33 1038206aa0cb
--- a/userguide/inc/HelpBaseView.h	Wed Jun 23 18:03:20 2010 +0300
+++ b/userguide/inc/HelpBaseView.h	Tue Jul 06 14:06:37 2010 +0300
@@ -45,18 +45,12 @@
     void onToolbarFind()	{ emit showFindList(); };
     void onToolbarOnlineSupport();
 
-protected slots:
-	virtual void onOrientationChanged(Qt::Orientation orientation);
-
 protected:
 	void initBaseDocMl();
 
 protected:
 	HelpUIBuilder	mBuilder;
 	HbToolBar*		mToolBar;
-	
-private:
-	void RefreshToolbarText(Qt::Orientation orientation);
 };
 
 #endif //HELPBATHVIEW_H