diff options
Diffstat (limited to 'khexedit/draglabel.cpp')
| -rw-r--r-- | khexedit/draglabel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/draglabel.cpp b/khexedit/draglabel.cpp index fd38d7b..340e471 100644 --- a/khexedit/draglabel.cpp +++ b/khexedit/draglabel.cpp @@ -120,7 +120,7 @@ void CDragLabel::prepPixmap( KURLDrag &uriDrag ) int h = fontMetrics().lineSpacing(); if( pixmap()->height() > h ) { h = pixmap()->height(); } - TQBitmap mask( w, h, TRUE ); + TQBitmap mask( w, h, true ); TQPixmap dragPixmap( w, h ); dragPixmap.fill( black ); |
