equal
deleted
inserted
replaced
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" |
|
77 #endif |
76 #endif |
78 |
77 |
79 #include "private/qstylesheetstyle_p.h" |
78 #include "private/qstylesheetstyle_p.h" |
80 |
79 |
81 #include <hal.h> |
80 #include <hal.h> |
532 qt_symbian_move_cursor_sprite(); |
531 qt_symbian_move_cursor_sprite(); |
533 #endif |
532 #endif |
534 |
533 |
535 sendMouseEvent(receiver, type, globalPos, button, modifiers); |
534 sendMouseEvent(receiver, type, globalPos, button, modifiers); |
536 } |
535 } |
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 |
|
545 |
536 |
546 void QSymbianControl::sendMouseEvent( |
537 void QSymbianControl::sendMouseEvent( |
547 QWidget *receiver, |
538 QWidget *receiver, |
548 QEvent::Type type, |
539 QEvent::Type type, |
549 const QPoint &globalPos, |
540 const QPoint &globalPos, |