From bf96c83b1571fde829151832e6b66e70b27a846f Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 17 Oct 2011 12:15:29 +0200 Subject: Replace Q_WS_WIN by Q_OS_WIN in uic/network. Change-Id: I592936859f6932fcd1aa47f0617ba9f8efee86dc Reviewed-by: Friedemann Kleint --- src/tools/uic/driver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/uic/driver.cpp') diff --git a/src/tools/uic/driver.cpp b/src/tools/uic/driver.cpp index d913ae3b18..0dd528c4cb 100644 --- a/src/tools/uic/driver.cpp +++ b/src/tools/uic/driver.cpp @@ -300,7 +300,7 @@ bool Driver::uic(const QString &fileName, QTextStream *out) if (out) { m_output = out; } else { -#ifdef Q_WS_WIN +#ifdef Q_OS_WIN // As one might also redirect the output to a file on win, // we should not create the textstream with QFile::Text flag. // The redirected file is opened in TextMode and this will -- cgit v1.2.3