Replace TRUE/FALSE with boolean values true/false

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2b574c1420)
r14.1.x r14.1.4
Michele Calgaro 3 months ago
parent e67ee2a60a
commit 58a570163d
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -44,7 +44,7 @@
KWidgetLister::KWidgetLister( int minWidgets, int maxWidgets, TQWidget *parent, const char* name )
: TQWidget( parent, name )
{
mWidgetList.setAutoDelete(TRUE);
mWidgetList.setAutoDelete(true);
mMinWidgets = TQMAX( minWidgets, 1 );
mMaxWidgets = TQMAX( maxWidgets, mMinWidgets + 1 );

Loading…
Cancel
Save