diff options
Diffstat (limited to 'twin-styles/kde1/kde1client.cpp')
| -rw-r--r-- | twin-styles/kde1/kde1client.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/twin-styles/kde1/kde1client.cpp b/twin-styles/kde1/kde1client.cpp index e13d1b06..44e15d88 100644 --- a/twin-styles/kde1/kde1client.cpp +++ b/twin-styles/kde1/kde1client.cpp @@ -47,7 +47,7 @@ TQPixmap* dis_question_mark_pix = 0; TQPixmap* titleBuffer = 0; -bool pixmaps_created = FALSE; +bool pixmaps_created = false; inline const KDecorationOptions* options() { return KDecoration::options(); } @@ -281,8 +281,8 @@ void StdClient::init() if ( !button[n] ) continue; button[n]->setBackgroundMode( PaletteBackground ); - button[n]->setMouseTracking( FALSE ); - button[n]->setAutoRaise( TRUE ); + button[n]->setMouseTracking( false ); + button[n]->setAutoRaise( true ); button[n]->setFocusPolicy( TQWidget::NoFocus ); button[n]->setFixedSize( 20, 20 ); } @@ -430,7 +430,7 @@ void StdClient::resizeEvent( TQResizeEvent* ) */ void StdClient::captionChange() { - widget()->repaint( titlebar->geometry(), FALSE ); + widget()->repaint( titlebar->geometry(), false ); } @@ -514,7 +514,7 @@ void StdClient::iconChange() button[ButtonMenu]->setIconSet(isActive() ? *menu_pix : *dis_menu_pix); else button[ButtonMenu]->setIconSet( icon().pixmap( TQIconSet::Small, TQIconSet::Normal ) ); - button[ButtonMenu]->repaint( FALSE ); + button[ButtonMenu]->repaint( false ); } } @@ -678,7 +678,7 @@ void StdToolClient::wheelEvent( TQWheelEvent * e ) void StdToolClient::captionChange() { - widget()->repaint( titlebar->geometry(), FALSE ); + widget()->repaint( titlebar->geometry(), false ); } void StdToolClient::reset( unsigned long ) |
