diff -r b2f02b083374 -r 67334acaaac7 QTfrontend/main.cpp --- a/QTfrontend/main.cpp Sun Jun 09 22:24:41 2013 +0400 +++ b/QTfrontend/main.cpp Thu Jun 06 15:55:10 2013 +0200 @@ -135,7 +135,7 @@ HWApplication app(argc, argv); QLabel *splash = NULL; -#if defined Q_WS_WIN +#if defined Q_OS_WIN QPixmap pixmap(":res/splash.png"); splash = new QLabel(0, Qt::FramelessWindowHint|Qt::WindowStaysOnTopHint); splash->setAttribute(Qt::WA_TranslucentBackground);