src/gui/kernel/qt_s60_p.h
branchRCL_3
changeset 13 cc75c76972ee
parent 12 25a739ee40f4
child 14 c0432d11811c
--- 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;}