X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fsettings.h;h=ebd36c22c45aefc74f90ef3a786410e4a85b318b;hb=e30092afc1803d753914a7ab9fa88bba818de559;hp=b98a2c114b25dea1c6008baeda800aff219d2dca;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222;p=quassel.git diff --git a/src/common/settings.h b/src/common/settings.h index b98a2c11..ebd36c22 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 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 * @@ -76,7 +76,7 @@ protected: private: inline QSettings::Format format() { -#ifdef Q_WS_WIN +#ifdef Q_OS_WIN return QSettings::IniFormat; #else return QSettings::NativeFormat;