diff options
Diffstat (limited to 'src/variablelabel.cpp')
| -rw-r--r-- | src/variablelabel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/variablelabel.cpp b/src/variablelabel.cpp index 6277b5b..c96d6ef 100644 --- a/src/variablelabel.cpp +++ b/src/variablelabel.cpp @@ -26,7 +26,7 @@ VariableLabel::VariableLabel( TextView * parent ) m_value = -1; setMargin(1); - setAutoMask( FALSE ); + setAutoMask( false ); setFrameStyle( TQFrame::Plain | TQFrame::Box ); setLineWidth( 1 ); setAlignment( AlignAuto | AlignTop ); |
