diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-06 11:32:15 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-06 16:43:33 +0900 |
| commit | 1dd8222792710b74ab283d3832284455d5affa7d (patch) | |
| tree | 19587979c9edd23419cb52da1b4a8a005d6b1e9d /knetworkconf | |
| parent | 3e22959a47d82ce8baefea9458102340be013350 (diff) | |
| download | tdeadmin-master.tar.gz tdeadmin-master.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'knetworkconf')
| -rw-r--r-- | knetworkconf/knetworkconf/kadddevicecontainer.cpp | 4 |
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" ); |
