--- Vago/trunk/Vago/soundWizard/soundwizard.cpp 2013/04/13 13:44:29 815 +++ Vago/trunk/Vago/soundWizard/soundwizard.cpp 2014/04/25 21:05:54 998 @@ -22,7 +22,7 @@ int SoundWizard::exec(){ this->myWizard->setWindowIcon(QIcon(":/new/icons/sound.png")); //Center and resize QWizard (http://www.thedazzlersinc.com/source/2012/06/04/qt-center-window-in-screen/) -#ifdef Q_WS_WIN +#ifdef Q_OS_WIN this->myWizard->resize(640,480); #else this->myWizard->resize(800,600); // Mac OS pcs should be able to render this resolution without any problem. It's also better