X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fsettings.cpp;h=4363f09116c803fc5f5bf55a08fed3c198f56db3;hp=334d19729afb996f14ca4909028604867c6439cc;hb=e30092afc1803d753914a7ab9fa88bba818de559;hpb=76db8cdfbeffaaba359c8e80cf2146da9e9e7f8a diff --git a/src/common/settings.cpp b/src/common/settings.cpp index 334d1972..4363f091 100644 --- a/src/common/settings.cpp +++ b/src/common/settings.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2015 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -27,7 +27,7 @@ const int VERSION = 1; QHash Settings::settingsCache; QHash Settings::settingsChangeNotifier; -#ifdef Q_WS_MAC +#ifdef Q_OS_MAC # define create_qsettings QSettings s(QCoreApplication::organizationDomain(), appName) #else # define create_qsettings QSettings s(fileName(), format())