Use true and false in preference to TRUE and FALSE
authorSergio Ahumada <sergio.ahumada@nokia.com>
Tue, 4 Sep 2012 17:39:07 +0000 (19:39 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 5 Sep 2012 01:03:05 +0000 (03:03 +0200)
commit56d5c909af6473be64a1ae487b45bd444a9a8553
treed3032f82ce180b58791d7fcefba5e90f1d00a943
parent10ed50002c2ad6f4caaa7b922af5a9f1d3d91f52
Use true and false in preference to TRUE and FALSE

The TRUE and FALSE macros are obsolete and should be replaced with
true and false (all lower case) respectively.

Change-Id: Iee352e8173500683e6319be0abbf5bacf29016e0
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
26 files changed:
src/corelib/io/qfsfileengine_win.cpp
src/corelib/io/qprocess_win.cpp
src/corelib/io/qsettings.cpp
src/corelib/io/qstandardpaths_win.cpp
src/corelib/io/qwindowspipewriter.cpp
src/corelib/io/qwinoverlappedionotifier.cpp
src/corelib/kernel/qeventdispatcher_win.cpp
src/corelib/thread/qmutex_win.cpp
src/corelib/thread/qthread_win.cpp
src/corelib/thread/qwaitcondition_win.cpp
src/gui/image/qjpeghandler.cpp
src/network/socket/qlocalserver_win.cpp
src/platformsupport/eglconvenience/qeglconvenience.cpp
src/plugins/imageformats/ico/qicohandler.cpp
src/plugins/platforms/windows/qwindowsglcontext.cpp
src/plugins/platforms/windows/qwindowskeymapper.cpp
src/plugins/platforms/windows/qwindowsscreen.cpp
src/plugins/platforms/windows/qwindowsservices.cpp
src/plugins/platforms/windows/qwindowswindow.cpp
src/plugins/platforms/xcb/qglxintegration.cpp
src/widgets/dialogs/qfiledialog.cpp
src/widgets/dialogs/qmessagebox.cpp
src/widgets/styles/qgtkstyle.cpp
src/winmain/qtmain_win.cpp
tests/auto/corelib/io/qfileinfo/tst_qfileinfo.cpp
tests/auto/corelib/kernel/qwineventnotifier/tst_qwineventnotifier.cpp