Change Q_WS_* to Q_OS_*
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 24 Mar 2014 20:43:45 +0000 (21:43 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 24 Mar 2014 23:21:25 +0000 (00:21 +0100)
commit99678e189313b168c410fa15cd10cb673b73c8a2
tree8452b49a75bdb781d9e6b56e4476363013318a0f
parentc1572b1c1d6effb21083c6b09f08b30824827a98
Change Q_WS_* to Q_OS_*

The Q_WS_{WIN,MAC} macros have been deprecated since Qt 4.3 or so,
and replaces by the corresponding Q_OS_* macros. Since Qt5 does not
support them anymore at all, let's globally change those to the "new"
version.

Also change Q_OS_WIN32 to just Q_OS_WIN; while the former is supposed to
be defined on all supported Windows platforms including Win64, it's still
a bit confusing.
16 files changed:
src/common/identity.cpp
src/common/quassel.cpp
src/common/settings.cpp
src/common/settings.h
src/core/core.cpp
src/qtui/coreconfigwizard.cpp
src/qtui/legacysystemtray.cpp
src/qtui/mainwin.cpp
src/qtui/mainwin.h
src/qtui/qtuiapplication.cpp
src/qtui/settingspages/appearancesettingspage.cpp
src/qtui/settingspages/keysequencewidget.cpp
src/qtui/taskbarnotificationbackend.cpp
src/uisupport/graphicalui.cpp
src/uisupport/graphicalui.h
src/uisupport/multilineedit.cpp