diff -r 2f34d5167611 -r fcece45ef507 src/gui/widgets/qmenubar_p.h --- a/src/gui/widgets/qmenubar_p.h Fri Apr 16 15:50:13 2010 +0300 +++ b/src/gui/widgets/qmenubar_p.h Mon May 03 13:17:34 2010 +0300 @@ -243,6 +243,7 @@ #ifdef Q_WS_S60 void symbianCreateMenuBar(QWidget *); void symbianDestroyMenuBar(); + void reparentMenuBar(QWidget *oldParent, QWidget *newParent); struct QSymbianMenuBarPrivate { QList actionItems; QMenuBarPrivate *d; @@ -267,7 +268,9 @@ } *symbian_menubar; static int symbianCommands(int command); - +#ifdef QT_SOFTKEYS_ENABLED + QAction *menuBarAction; +#endif #endif }; #endif