diff main/PreferencesDialog.cpp @ 661:9d6eadfd390e

WS -> OS
author Chris Cannam
date Tue, 26 Nov 2013 11:16:58 +0000
parents 86d1f640ae1e
children 17fe7e0c23a1
line wrap: on
line diff
--- a/main/PreferencesDialog.cpp	Tue Nov 26 11:05:36 2013 +0000
+++ b/main/PreferencesDialog.cpp	Tue Nov 26 11:16:58 2013 +0000
@@ -191,7 +191,7 @@
     connect(showSplash, SIGNAL(stateChanged(int)),
             this, SLOT(showSplashChanged(int)));
 
-#ifndef Q_WS_MAC
+#ifndef Q_OS_MAC
     QComboBox *bgMode = new QComboBox;
     int bg = prefs->getPropertyRangeAndValue("Background Mode", &min, &max,
                                              &deflt);
@@ -315,7 +315,7 @@
                        row, 0);
     subgrid->addWidget(propertyLayout, row++, 1, 1, 2);
 
-#ifndef Q_WS_MAC
+#ifndef Q_OS_MAC
     subgrid->addWidget(new QLabel(tr("%1:").arg(prefs->getPropertyLabel
                                                 ("Background Mode"))),
                        row, 0);