src/gui/kernel/qapplication_s60.cpp
branchRCL_3
changeset 12 25a739ee40f4
parent 8 3f74d0d4af4c
child 13 cc75c76972ee
equal deleted inserted replaced
11:68d3b337861b 12:25a739ee40f4
    71 #  include "qinputcontext.h"
    71 #  include "qinputcontext.h"
    72 #  include <private/qcoefepinputcontext_p.h>
    72 #  include <private/qcoefepinputcontext_p.h>
    73 # endif
    73 # endif
    74 # include <private/qs60mainapplication_p.h>
    74 # include <private/qs60mainapplication_p.h>
    75 # include <centralrepository.h>
    75 # include <centralrepository.h>
       
    76 # include "qs60mainappui.h"
    76 #endif
    77 #endif
    77 
    78 
    78 #include "private/qstylesheetstyle_p.h"
    79 #include "private/qstylesheetstyle_p.h"
    79 
    80 
    80 #include <hal.h>
    81 #include <hal.h>
   531         qt_symbian_move_cursor_sprite();
   532         qt_symbian_move_cursor_sprite();
   532 #endif
   533 #endif
   533 
   534 
   534     sendMouseEvent(receiver, type, globalPos, button, modifiers);
   535     sendMouseEvent(receiver, type, globalPos, button, modifiers);
   535 }
   536 }
       
   537 
       
   538 #ifdef Q_WS_S60
       
   539 void QSymbianControl::HandleStatusPaneSizeChange()
       
   540 {
       
   541     QS60MainAppUi *s60AppUi = static_cast<QS60MainAppUi *>(S60->appUi());
       
   542     s60AppUi->HandleStatusPaneSizeChange();
       
   543 }
       
   544 #endif
   536 
   545 
   537 void QSymbianControl::sendMouseEvent(
   546 void QSymbianControl::sendMouseEvent(
   538         QWidget *receiver,
   547         QWidget *receiver,
   539         QEvent::Type type,
   548         QEvent::Type type,
   540         const QPoint &globalPos,
   549         const QPoint &globalPos,