changeset 33 | 1038206aa0cb |
parent 18 | 375271912456 |
child 34 | 4533d75b8d4e |
--- a/userguide/inc/HelpBaseView.h Fri Jun 11 13:29:58 2010 +0300 +++ b/userguide/inc/HelpBaseView.h Wed Jun 23 18:03:20 2010 +0300 @@ -45,8 +45,8 @@ void onToolbarFind() { emit showFindList(); }; void onToolbarOnlineSupport(); -private slots: - void onOrientationChanged(Qt::Orientation orientation); +protected slots: + virtual void onOrientationChanged(Qt::Orientation orientation); protected: void initBaseDocMl();