QToolBar location changed - how to modify QToolBar's children when the toolbar's own ToolBarArea is changed ?

Do you know a signal similar with QDockWidget::dockLocationChanged()
but for QToolBar on Qt 4.3.2 ?

Q3MainWindow::toolBarPositionChanged() would do, but I really don't
want to use old code.

Thank you.