Re: removing use of qt names which are removed in qt5

2012-12-13 Thread David Faure
On Wednesday 12 December 2012 09:54:21 Treeve Jelbert wrote: > I would suggest applying it to KDE/4.9 branch and then forward porting > to master, KDE/4.10 , frameworks. I don't think we should touch 4.9 for this, it doesn't fix a bug there, let's start at 4.10. > It also reduces the number of e

Re: removing use of qt names which are removed in qt5

2012-12-13 Thread Stephen Kelly
Treeve Jelbert wrote: > Qt5 has now removed some functions which were previously deprecated. > > the attached script will scan an entire git branch and fix any use of > the following cases: Thanks. Actually most of those things are still there, but deprecated and wrapped in #if QT_DEPRECATED_SI

removing use of qt names which are removed in qt5

2012-12-13 Thread Treeve Jelbert
Qt5 has now removed some functions which were previously deprecated. the attached script will scan an entire git branch and fix any use of the following cases: {To,From}Ascii Qt::WFlags I have used this script locally an all my kde repos, applying it to 4.9/master/4.10/frameworks branches a