summaryrefslogtreecommitdiffstats
path: root/src/dialogs/recipeinputdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/recipeinputdialog.cpp')
-rw-r--r--src/dialogs/recipeinputdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/recipeinputdialog.cpp b/src/dialogs/recipeinputdialog.cpp
index 5f7a46a..4a5b2c4 100644
--- a/src/dialogs/recipeinputdialog.cpp
+++ b/src/dialogs/recipeinputdialog.cpp
@@ -74,7 +74,7 @@ void ClickableLed::mouseReleaseEvent( TQMouseEvent* )
ImageDropLabel::ImageDropLabel( TQWidget *parent, TQPixmap &_sourcePhoto ) : TQLabel( parent ),
sourcePhoto( _sourcePhoto )
{
- setAcceptDrops( TRUE );
+ setAcceptDrops( true );
}
void ImageDropLabel::dragEnterEvent( TQDragEnterEvent* event )