From ddecb73086f438148d61910e8fb0a8340d3cf86b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 22 Mar 2025 13:43:44 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro --- src/torkview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/torkview.cpp') diff --git a/src/torkview.cpp b/src/torkview.cpp index 4669ef3..4c63eaa 100644 --- a/src/torkview.cpp +++ b/src/torkview.cpp @@ -1580,7 +1580,7 @@ void torkView::populateMenu() )+""); firefoxitem->icon->setURL("firefox"); - //TQComboBox* countries = new TQComboBox( FALSE, "this" ); + //TQComboBox* countries = new TQComboBox( false, "this" ); //firefoxitem->insertWidget(1,countries); buttonStart = new KURLLabel(firefoxitem); -- cgit v1.2.3