summaryrefslogtreecommitdiff
path: root/scripts/qdebug-odebug.py
AgeCommit message (Collapse)AuthorFilesLines
2004-04-26updatemickeyl1-8/+13
2004-04-03small fixes and add 'printf' to the number of substituted constructsmickeyl1-6/+9
the script seems to work good, i converted the whole 'noncore' which will be commited in a few hours. basically the only amount of handwork after applying the script is adding #include <opie2/odebug.h> and using namespace Opie::Core - if it's not already there.
2004-04-02this is a helper script for the qtdebug -> opiedebug conversionmickeyl1-0/+116
it should catch most common usages - please try. Usage: qdebug-odebug.py <oldfilename.cpp> >newfilename.cpp