diff -r 68d3b337861b -r 25a739ee40f4 src/gui/kernel/qt_s60_p.h --- a/src/gui/kernel/qt_s60_p.h Wed Apr 21 09:15:16 2010 +0300 +++ b/src/gui/kernel/qt_s60_p.h Wed Apr 21 11:15:19 2010 +0300 @@ -154,7 +154,7 @@ class QSymbianControl : public CCoeControl, public QAbstractLongTapObserver #ifdef Q_WS_S60 -, public MAknFadedComponent +, public MAknFadedComponent, public MEikStatusPaneObserver #endif { public: @@ -182,6 +182,7 @@ #ifdef Q_WS_S60 void FadeBehindPopup(bool fade){ popupFader.FadeBehindPopup( this, this, fade); } + void HandleStatusPaneSizeChange(); protected: // from MAknFadedComponent TInt CountFadedComponents() {return 1;}