diff options
Diffstat (limited to 'src/kbfxtooltip.cpp')
-rw-r--r-- | src/kbfxtooltip.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kbfxtooltip.cpp b/src/kbfxtooltip.cpp index b929380..7c0b1aa 100644 --- a/src/kbfxtooltip.cpp +++ b/src/kbfxtooltip.cpp @@ -61,9 +61,9 @@ KbfxToolTip::KbfxToolTip ( TQWidget * parent, const char *name, WFlags fl ) : _update_timer = new TQTimer ( this ); _move_timer = new TQTimer ( this ); - connect ( _hide_timer, TQT_SIGNAL ( timeout () ), this, TQT_SLOT ( hide () ) ); - connect ( _hide_timer, TQT_SIGNAL ( timeout () ), _agent, TQT_SLOT ( hide () ) ); - connect ( _update_timer, TQT_SIGNAL ( timeout () ), this, TQT_SLOT ( logoMove () ) ); + connect ( _hide_timer, TQ_SIGNAL ( timeout () ), this, TQ_SLOT ( hide () ) ); + connect ( _hide_timer, TQ_SIGNAL ( timeout () ), _agent, TQ_SLOT ( hide () ) ); + connect ( _update_timer, TQ_SIGNAL ( timeout () ), this, TQ_SLOT ( logoMove () ) ); TQCursor kbfxCursor; kbfxCursor.setShape ( TQt::PointingHandCursor ); |