From kde-devel Sun May 29 13:34:48 2005 From: Allan Sandfeld Jensen Date: Sun, 29 May 2005 13:34:48 +0000 To: kde-devel Subject: Re: Use true/false or TRUE/FALSE in KDE C++ programs? Message-Id: <200505291534.49028.kde () carewolf ! com> X-MARC-Message: https://marc.info/?l=kde-devel&m=111737372402293 On Sunday 29 May 2005 13:27, Richard Dale wrote: > I was wondering if there was a more correct boolean literal to use. I > noticed that the Qt docs have upper case booleans, but when I searched the > sources in kdelibs there were more instances of lower case ones. > Use the lower case ones. The upper case ones are added to Qt to support really old compiler that does not have a bool type. `Allan >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<