diff options
Diffstat (limited to 'src/kbfxspinxtoolbutton.cpp')
| -rw-r--r-- | src/kbfxspinxtoolbutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxspinxtoolbutton.cpp b/src/kbfxspinxtoolbutton.cpp index c82e147..afe3c52 100644 --- a/src/kbfxspinxtoolbutton.cpp +++ b/src/kbfxspinxtoolbutton.cpp @@ -28,7 +28,7 @@ KbfxSpinxToolButton::KbfxSpinxToolButton ( TQWidget * parent , const char * name m_fadeTime = ConfigInit().m_fadeTime; fade_timer = new TQTimer ( this,"Fade Timer" ); - connect ( fade_timer,TQT_SIGNAL ( timeout() ),this,TQT_SLOT ( fade() ) ); + connect ( fade_timer,TQ_SIGNAL ( timeout() ),this,TQ_SLOT ( fade() ) ); } |
