changeset 681:eaf4446a1bef

WS -> OS
author Chris Cannam
date Tue, 26 Nov 2013 11:16:45 +0000
parents 41029a6e55c6
children 1a0dfcbffaf1
files widgets/PropertyBox.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/widgets/PropertyBox.cpp	Thu Nov 21 12:59:20 2013 +0000
+++ b/widgets/PropertyBox.cpp	Tue Nov 26 11:16:45 2013 +0000
@@ -511,7 +511,7 @@
         }
         cb->blockSignals(false);
 
-#ifdef Q_WS_MAC
+#ifdef Q_OS_MAC
 	// Crashes on startup without this, for some reason
 	cb->setMinimumSize(QSize(10, 10));
 #endif