summaryrefslogtreecommitdiffstats
path: root/krecipes/src/dialogs/recipeinputdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/dialogs/recipeinputdialog.cpp')
-rw-r--r--krecipes/src/dialogs/recipeinputdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krecipes/src/dialogs/recipeinputdialog.cpp b/krecipes/src/dialogs/recipeinputdialog.cpp
index 455b75f..05270c4 100644
--- a/krecipes/src/dialogs/recipeinputdialog.cpp
+++ b/krecipes/src/dialogs/recipeinputdialog.cpp
@@ -357,7 +357,7 @@ RecipeInputDialog::RecipeInputDialog( TQWidget* parent, RecipeDB *db ) : TQVBox(
ingredientList->setDefaultRenameAction( TQListView::Reject );
ingredientsLayout->addMultiCellWidget( ingredientList, 3, 9, 1, 3 );
- TQHBoxLayout *propertyStatusLayout = new TQHBoxLayout( ingredientGBox, 0, 5 );
+ TQHBoxLayout *propertyStatusLayout = new TQHBoxLayout( NULL, 0, 5 );
TQLabel *propertyLabel = new TQLabel( i18n("Property Status:"), ingredientGBox );
propertyStatusLabel = new TQLabel( ingredientGBox );
propertyStatusLed = new ClickableLed( ingredientGBox );