diff options
Diffstat (limited to 'src/kernel/tqtextlayout.cpp')
| -rw-r--r-- | src/kernel/tqtextlayout.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/tqtextlayout.cpp b/src/kernel/tqtextlayout.cpp index 0d50e4106..5d424f423 100644 --- a/src/kernel/tqtextlayout.cpp +++ b/src/kernel/tqtextlayout.cpp @@ -453,7 +453,7 @@ TQTextLayout::Result TQTextLayout::endLine( int x, int y, int alignment, if ( breakItem != i ) itemWidth = 0; if (itemAttrs->softBreak) - breakany = FALSE; + breakany = false; breakItem = i; breakPosition = pos; // tqDebug("found possible break at item %d, position %d (absolute=%d), w=%d, tmpWidth=%d, tmpItemWidth=%d", breakItem, breakPosition, d->items[breakItem].position+breakPosition, w, tmpWidth, tmpItemWidth); @@ -633,7 +633,7 @@ bool TQTextLayout::validCursorPosition( int pos ) const { const TQCharAttributes *attributes = d->attributes(); if ( pos < 0 || pos > (int)d->string.length() ) - return FALSE; + return false; return attributes[pos].charStop; } |
