X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fsettings.cpp;h=d89b8500d0aabeb0d012379a4e52e3cb5c7b61f3;hb=5a259061411e123d89059d815d1ea0f7cfcb3401;hp=334d19729afb996f14ca4909028604867c6439cc;hpb=76db8cdfbeffaaba359c8e80cf2146da9e9e7f8a;p=quassel.git diff --git a/src/common/settings.cpp b/src/common/settings.cpp index 334d1972..d89b8500 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-2014 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())