X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fsettings.cpp;h=4363f09116c803fc5f5bf55a08fed3c198f56db3;hb=b65b9f7615165e8700a44d59b7275a55558dd45b;hp=334d19729afb996f14ca4909028604867c6439cc;hpb=76db8cdfbeffaaba359c8e80cf2146da9e9e7f8a;p=quassel.git 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())