On Wednesday 04 January 2006 18:31, Alexander Neundorf wrote: > SVN commit 494331 by neundorf: > > One more compile fix for gcc 3.2.3, and probably there are much more > waiting. Why does it happen now with Qt4 /KDE 4 ? Didn't we have such code > in KDE 3.x ? Does something else have changed ? Which compilers do we > support ? 3.x ? 2.95 ? > > Alex And here's already another one: --- kfmclient.cc (revision 493979) +++ kfmclient.cc (working copy) @@ -600,7 +600,7 @@ if (srcLst.count() == 0) return m_ok; QString dst = - KFileDialog::getSaveFileName( (argc<2) ? (QString()) : (args->url(1).fileName()) ); + KFileDialog::getSaveFileName( (argc<2) ? (QString::null) : (args->url(1).fileName()) ); if (dst.isEmpty()) // cancelled return m_ok; // AK - really okay? KURL dsturl; I mean, I don't want to go through the whole svn and commit changes if there is something different going here. Alex -- Work: alexander.neundorf@jenoptik.com - http://www.jenoptik-los.de Home: neundorf@kde.org - http://www.kde.org alex@neundorf.net - http://www.neundorf.net