summaryrefslogtreecommitdiffstats
path: root/knetworkconf
diff options
context:
space:
mode:
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" );