summaryrefslogtreecommitdiffstats
path: root/knetworkconf
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-06 11:32:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-06 16:43:33 +0900
commit1dd8222792710b74ab283d3832284455d5affa7d (patch)
tree19587979c9edd23419cb52da1b4a8a005d6b1e9d /knetworkconf
parent3e22959a47d82ce8baefea9458102340be013350 (diff)
downloadtdeadmin-master.tar.gz
tdeadmin-master.zip
Replace TRUE/FALSE with boolean values true/falseHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'knetworkconf')
-rw-r--r--knetworkconf/knetworkconf/kadddevicecontainer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/knetworkconf/knetworkconf/kadddevicecontainer.cpp b/knetworkconf/knetworkconf/kadddevicecontainer.cpp
index aaeb48e..b3f4294 100644
--- a/knetworkconf/knetworkconf/kadddevicecontainer.cpp
+++ b/knetworkconf/knetworkconf/kadddevicecontainer.cpp
@@ -42,8 +42,8 @@ KAddDeviceContainer::KAddDeviceContainer(TQWidget *parent, const char *name)
buttonsLayout->addItem( buttonsSpacer );
kpbApply = new KPushButton( this, "kpbApply" );
- kpbApply->setEnabled( FALSE );
- kpbApply->setDefault( TRUE );
+ kpbApply->setEnabled( false );
+ kpbApply->setDefault( true );
buttonsLayout->addWidget( kpbApply );
kpbCancel = new KPushButton( this, "kpbCancel" );