PortingToQT4
From MixxxWiki
Mixxx has been ported to QT4 successfully (more or less). There's still tons of QT3 support code kicking around, so here's some links that might be helpful:
[edit]
QT3Support to Qt4
- replace find() by indexOf()
- replace lower() by toLower()
- replace insertItem() by addItem()


