summaryrefslogtreecommitdiffstats
path: root/src/dialogs/selectpropertydialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/selectpropertydialog.cpp')
-rw-r--r--src/dialogs/selectpropertydialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/selectpropertydialog.cpp b/src/dialogs/selectpropertydialog.cpp
index 1ce1887..8d24821 100644
--- a/src/dialogs/selectpropertydialog.cpp
+++ b/src/dialogs/selectpropertydialog.cpp
@@ -55,7 +55,7 @@ SelectPropertyDialog::SelectPropertyDialog( TQWidget* parent, IngredientProperty
perUnitsLabel->setText( i18n( "Per units:" ) );
layout2->addWidget( perUnitsLabel );
- perUnitsBox = new KComboBox( FALSE, box );
+ perUnitsBox = new KComboBox( false, box );
layout2->addWidget( perUnitsBox );
boxLayout->addLayout( layout2 );