X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fsettings.h;h=ebd36c22c45aefc74f90ef3a786410e4a85b318b;hb=e30092afc1803d753914a7ab9fa88bba818de559;hp=8df2d5255fbda55df851a5856c37729d2e4b8c97;hpb=04315f46a16fc3627218377071e008b6b9744992;p=quassel.git diff --git a/src/common/settings.h b/src/common/settings.h index 8df2d525..ebd36c22 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -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 * @@ -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;