summaryrefslogtreecommitdiffstats
path: root/src/dialogs/resizerecipedialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/resizerecipedialog.cpp')
-rw-r--r--src/dialogs/resizerecipedialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/resizerecipedialog.cpp b/src/dialogs/resizerecipedialog.cpp
index 958fadb..461af89 100644
--- a/src/dialogs/resizerecipedialog.cpp
+++ b/src/dialogs/resizerecipedialog.cpp
@@ -73,7 +73,7 @@ ResizeRecipeDialog::ResizeRecipeDialog( TQWidget *parent, Recipe *recipe )
yieldFrameLayout->addMultiCellWidget( newYieldLabel, 1, 1, 0, 1 );
currentYieldInput = new KLineEdit( yieldFrame );
- currentYieldInput->setReadOnly( TRUE );
+ currentYieldInput->setReadOnly( true );
currentYieldInput->setAlignment( TQt::AlignRight );
yieldFrameLayout->addMultiCellWidget( currentYieldInput, 0, 0, 1, 2 );