summaryrefslogtreecommitdiffstats
path: root/src/kbfxtooltip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kbfxtooltip.cpp')
-rw-r--r--src/kbfxtooltip.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/kbfxtooltip.cpp b/src/kbfxtooltip.cpp
index 7c0b1aa..6ff2d89 100644
--- a/src/kbfxtooltip.cpp
+++ b/src/kbfxtooltip.cpp
@@ -165,9 +165,9 @@ KbfxToolTip::setStartPos ( int _x_, int _y_ )
if ( _animate )
{
_logo_move_x = 0;
- _hide_timer->start ( 10000, TRUE );
- _move_timer->start ( _agent_anim->speed (), FALSE );
- _update_timer->start ( 2, FALSE );
+ _hide_timer->start ( 10000, true );
+ _move_timer->start ( _agent_anim->speed (), false );
+ _update_timer->start ( 2, false );
}
move ( _x, _y );
@@ -283,21 +283,21 @@ KbfxToolTip::paintEvent ( TQPaintEvent * pe )
TQPixmap ( TQImage (ConfigInit ().m_SpinxTooltipLogo ) ) );
}
- let->setBold ( TRUE );
+ let->setBold ( true );
let->setPointSize ( 10 );
p.setFont ( *let );
p.setPen ( TQColor ( 61, 94, 129 ) );
p.drawText ( _dude_box.width () + 15, 30, TQString("KBFX") );
p.setPen ( TQColor ( 0, 0, 0 ) );
- let->setBold ( FALSE );
+ let->setBold ( false );
let->setPointSize ( 8 );
p.setFont ( *let );
p.drawText ( ( _animate ) ? _dude_box.width () + 50 : _dude_box.width () + 4,
_dude_box.height () + 30, TQString ( "Version " ).append ( APPLICATION_VERSION ) );
p.setPen ( ConfigInit ().m_fontTooltipColor );
- let->setBold ( TRUE );
+ let->setBold ( true );
let->setPointSize ( 8 );
p.setFont ( *let );