Just a note to the people working on new modes:
The "fat" BaseMode constructor[1] is gone now. Please
use the remaining one and call setName() etc explicitly.
Andre'
[1] BaseMode::BaseMode(const QString &name,
const char * uniqueModeName,
const QIcon &icon,
int priority,
QWidget *widget,
QObject *parent = 0)