--- a/src/gui/kernel/qt_s60_p.h Fri May 14 16:40:13 2010 +0300
+++ b/src/gui/kernel/qt_s60_p.h Thu May 27 13:40:48 2010 +0300
@@ -155,7 +155,7 @@
class QSymbianControl : public CCoeControl, public QAbstractLongTapObserver
#ifdef Q_WS_S60
-, public MAknFadedComponent
+, public MAknFadedComponent, public MEikStatusPaneObserver
#endif
{
public:
@@ -183,6 +183,7 @@
#ifdef Q_WS_S60
void FadeBehindPopup(bool fade){ popupFader.FadeBehindPopup( this, this, fade); }
+ void HandleStatusPaneSizeChange();
protected: // from MAknFadedComponent
TInt CountFadedComponents() {return 1;}