QTfrontend/main.cpp
branchwebgl
changeset 9197 e4e366013e9a
parent 9163 67334acaaac7
child 9711 7d0329f37181
child 9998 736015b847e3
--- a/QTfrontend/main.cpp	Sun Jun 16 00:46:11 2013 +0400
+++ b/QTfrontend/main.cpp	Mon Jun 17 16:56:58 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);