X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fsettings.h;h=ef302c177c09e636996b56cdcd0748cd01a9994c;hb=dccbef488a2299cf08146cdfc11933a8fe28a387;hp=b98a2c114b25dea1c6008baeda800aff219d2dca;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222;p=quassel.git diff --git a/src/common/settings.h b/src/common/settings.h index b98a2c11..ef302c17 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-2016 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;