summaryrefslogtreecommitdiff
path: root/quacker/customqsettings.h
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2017-08-01 23:20:55 -0500
committerJohn Fultz <jfultz@wolfram.com>2017-08-02 00:27:47 -0500
commit67059305e164f3b741c36d4e0ac22022c9b79901 (patch)
tree7f9a62443c0283c58e4353fa38e41ef95bcf264a /quacker/customqsettings.h
parent6684280feec74fa4c58066cf8e667b5f19a717c7 (diff)
More Qt5 changes and cleanups.
Now builds on Qt 5.9.1, and works on Mac, Windows, Linux.
Diffstat (limited to 'quacker/customqsettings.h')
-rw-r--r--quacker/customqsettings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quacker/customqsettings.h b/quacker/customqsettings.h
index 4501a59..9131233 100644
--- a/quacker/customqsettings.h
+++ b/quacker/customqsettings.h
@@ -23,7 +23,7 @@ class CustomQSettings : public QSettings
{
public:
CustomQSettings() :
-#if defined(Q_WS_WIN)
+#if defined(Q_OS_WIN)
QSettings((QSysInfo::WindowsVersion & QSysInfo::WV_DOS_based) ? IniFormat : NativeFormat,
UserScope, tr("Quackle"))
#else