diff -r 627c4a0fd0e7 -r c3690ec91ef8 src/hbcore/gui/hbscreen.cpp --- a/src/hbcore/gui/hbscreen.cpp Fri Jun 11 13:58:22 2010 +0300 +++ b/src/hbcore/gui/hbscreen.cpp Wed Jun 23 18:33:25 2010 +0300 @@ -32,6 +32,8 @@ #include "hbview.h" #include "hbcontentwidget_p.h" #include "hbmainwindow.h" +#include "hbtooltip.h" +#include "hbgraphicsscene.h" #include "hbevent.h" #include "hbmainwindow_p.h" #include @@ -278,6 +280,7 @@ void HbScreen::currentViewChanged(HbView *view) { Q_UNUSED(view); + HbToolTip::hideText(qobject_cast(scene())); repolish(); }