diff -r 3b1da2848fc7 -r d3bac044e0f0 src/gui/dialogs/qfiledialog.cpp --- a/src/gui/dialogs/qfiledialog.cpp Fri Feb 19 23:40:16 2010 +0200 +++ b/src/gui/dialogs/qfiledialog.cpp Fri Mar 12 15:46:37 2010 +0200 @@ -229,11 +229,10 @@ \value ReadOnly Indicates that the model is readonly. \value HideNameFilterDetails Indicates if the is hidden or not. - This value is obsolete and does nothing since Qt 4.5: \value DontUseSheet In previous versions of Qt, the static functions would create a sheet by default if the static function - was given a parent. This is no longer supported in Qt 4.5, The + was given a parent. This is no longer supported and does nothing in Qt 4.5, The static functions will always be an application modal dialog. If you want to use sheets, use QFileDialog::open() instead.