On Thursday 14 June 2012 09:09:32 Thomas Friedrichsmeier wrote: > Another possibility is that on saving, kile uses KFileDialog::getSaveUrl() > with a non-local, not empty startdir parameter, such as a > kfiledialog://-url. Look at kfile/kfiledialog.cpp for details of when > KFileDialog dispatches to QFileDialog. (And, BTW, personally, I think > native filedialogs work surprisingly well, but should _not_ be the > default).
Kile doesn't use QFileDialog, only KFileDialog and KEncodingFileDialog. So, the switch probably happens inside those two classes as described above. But let me investigate further... Michel _______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
