QTfrontend/main.cpp
changeset 9163 67334acaaac7
parent 9094 2cdb0ed3813a
child 9711 7d0329f37181
child 9998 736015b847e3
--- 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);