summaryrefslogtreecommitdiffstats
path: root/src/widgets/tqframe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/tqframe.cpp')
-rw-r--r--src/widgets/tqframe.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/tqframe.cpp b/src/widgets/tqframe.cpp
index e6f5f80bc..afe2d992c 100644
--- a/src/widgets/tqframe.cpp
+++ b/src/widgets/tqframe.cpp
@@ -246,7 +246,7 @@ void TQFrame::setFrameStyle( int style )
clearWState( WState_OwnSizePolicy );
}
fstyle = (short)style;
- updateFrameWidth( TRUE );
+ updateFrameWidth( true );
}
/*!
@@ -747,7 +747,7 @@ void TQFrame::frameChanged()
*/
void TQFrame::styleChange( TQStyle& old )
{
- updateFrameWidth( TRUE );
+ updateFrameWidth( true );
TQWidget::styleChange( old );
}