summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/utils.cpp')
-rw-r--r--src/libs/installer/utils.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/installer/utils.cpp b/src/libs/installer/utils.cpp
index ffe705ba4..65d64f1c2 100644
--- a/src/libs/installer/utils.cpp
+++ b/src/libs/installer/utils.cpp
@@ -57,7 +57,7 @@ bool QInstaller::isVerbose()
return verb;
}
-#ifdef Q_WS_WIN
+#ifdef Q_OS_WIN
void qWinMsgHandler(QtMsgType t, const char *str);
class debugstream : public std::ostream
@@ -88,7 +88,7 @@ private:
std::ostream &QInstaller::stdverbose()
{
static std::fstream null;
-#ifdef Q_WS_WIN
+#ifdef Q_OS_WIN
static debugstream stream;
#else
static std::ostream& stream = std::cout;