summaryrefslogtreecommitdiffstats
path: root/src/gui/itemselector.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-16 14:46:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-16 19:50:11 +0900
commit274d46fb27d52c28871026a60c27dde7707dffbd (patch)
tree2c3eca843f48040f5ac96f229d8a64a084c07a7a /src/gui/itemselector.cpp
parentad7d68791224f03fa802e224edae25a55e875282 (diff)
downloadktechlab-274d46fb.tar.gz
ktechlab-274d46fb.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6d60c25b7d9b16dfaa39b524bf48ea4238130754)
Diffstat (limited to 'src/gui/itemselector.cpp')
-rw-r--r--src/gui/itemselector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/itemselector.cpp b/src/gui/itemselector.cpp
index f82fa6d..0bd5227 100644
--- a/src/gui/itemselector.cpp
+++ b/src/gui/itemselector.cpp
@@ -52,7 +52,7 @@ ItemSelector::ItemSelector( TQWidget *parent, const char *name )
{
addColumn( i18n( "Component" ) );
setFullWidth(true);
- setSorting( -1, FALSE );
+ setSorting( -1, false );
setRootIsDecorated(true);
setDragEnabled(true);