QTfrontend/ui/page/pagemain.cpp
branchwebgl
changeset 9236 ddd675825672
parent 9127 e350500c4edb
parent 9212 1d4e1469940b
child 9950 2759212a27de
--- a/QTfrontend/ui/page/pagemain.cpp	Mon Jun 17 22:54:17 2013 +0200
+++ b/QTfrontend/ui/page/pagemain.cpp	Mon Jun 17 23:10:45 2013 +0200
@@ -133,7 +133,7 @@
         setAttribute(Qt::WA_NoSystemBackground, true);
     mainNote->setOpenExternalLinks(true);
 
-#ifdef DEBUG
+#ifdef QT_DEBUG
     setDefaultDescription(QLabel::tr("This development build is 'work in progress' and may not be compatible with other versions of the game, while some features might be broken or incomplete!"));
 #else
     setDefaultDescription(QLabel::tr("Tip: %1").arg(randomTip()));