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