summaryrefslogtreecommitdiffstats
path: root/src/kbfxtooltip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kbfxtooltip.cpp')
-rw-r--r--src/kbfxtooltip.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kbfxtooltip.cpp b/src/kbfxtooltip.cpp
index 20c1d9d..d09c927 100644
--- a/src/kbfxtooltip.cpp
+++ b/src/kbfxtooltip.cpp
@@ -118,7 +118,7 @@ KbfxToolTip::setAnimationImage ( TQString path )
_agent->setBackgroundPixmap ( agent_mask );
if ( agent_mask.mask () )
_agent->setMask ( *agent_mask.mask () );
- _agent->repaint ();
+ _agent->tqrepaint ();
/*FIXME:Need to remove Hard Coded Values */
_agent->move ( 200, 0 );
@@ -181,7 +181,7 @@ KbfxToolTip::logoMove ()
if ( _logo_move_x < _bg.width () - 68 )
{
_logo_move_x += 1;
- _window->repaint ();
+ _window->tqrepaint ();
p.begin ( _window );
p.drawPixmap ( TQRect ( _logo_move_x, 0, logo.width (), logo.height () ),
@@ -200,7 +200,7 @@ KbfxToolTip::logoMove ()
_agent->setBackgroundPixmap ( agent_mask );
if ( agent_mask.mask () )
_agent->setMask ( *agent_mask.mask () );
- _agent->repaint ();
+ _agent->tqrepaint ();
}
void