diff options
Diffstat (limited to 'lib/kotext/KoParagDia.cpp')
-rw-r--r-- | lib/kotext/KoParagDia.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kotext/KoParagDia.cpp b/lib/kotext/KoParagDia.cpp index c9ed078bd..f9b6dc49c 100644 --- a/lib/kotext/KoParagDia.cpp +++ b/lib/kotext/KoParagDia.cpp @@ -462,7 +462,7 @@ int KoSpinBox::mapTextToValue( bool * ok ) int ret; TQString txt = text(); - *ok = TRUE; + *ok = true; switch(m_Etype) { case NUM: @@ -487,7 +487,7 @@ int KoSpinBox::mapTextToValue( bool * ok ) } if (ret == -1) - *ok = FALSE; + *ok = false; return ret; } @@ -1849,7 +1849,7 @@ KoParagTabulatorsWidget::KoParagTabulatorsWidget( KoUnit::Unit unit, double fram TextLabel2->setAlignment( AlignRight ); fillingGrid->addWidget( TextLabel2, 0, 0 ); - cFilling = new TQComboBox( FALSE, gTabLeader); + cFilling = new TQComboBox( false, gTabLeader); cFilling->insertItem( i18n( "Blank" ) ); cFilling->insertItem( "_ _ _ _ _ _"); // DOT cFilling->insertItem( "_________"); // SOLID |