userguide/inc/HelpBaseView.h
branchGCC_SURGE
changeset 35 3ae60d69bf22
parent 34 4533d75b8d4e
--- a/userguide/inc/HelpBaseView.h	Fri Jun 11 16:23:42 2010 +0100
+++ b/userguide/inc/HelpBaseView.h	Thu Jul 22 16:30:58 2010 +0100
@@ -45,18 +45,12 @@
     void onToolbarFind()	{ emit showFindList(); };
     void onToolbarOnlineSupport();
 
-private slots:
-	void onOrientationChanged(Qt::Orientation orientation);
-
 protected:
 	void initBaseDocMl();
 
 protected:
 	HelpUIBuilder	mBuilder;
 	HbToolBar*		mToolBar;
-	
-private:
-	void RefreshToolbarText(Qt::Orientation orientation);
 };
 
 #endif //HELPBATHVIEW_H