diff options
Diffstat (limited to 'tde-i18n-es/docs/tdebase/ksplashml/index.docbook')
-rw-r--r-- | tde-i18n-es/docs/tdebase/ksplashml/index.docbook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tde-i18n-es/docs/tdebase/ksplashml/index.docbook b/tde-i18n-es/docs/tdebase/ksplashml/index.docbook index 2c8c045505a..14b2067a6c5 100644 --- a/tde-i18n-es/docs/tdebase/ksplashml/index.docbook +++ b/tde-i18n-es/docs/tdebase/ksplashml/index.docbook @@ -983,7 +983,7 @@ RotWidget::RotWidget( TQWidget *parent, const TQColor& c1, const TQColor& preparePixmap( i ); m_stepTimer = new QTimer( this ); - connect(m_stepTimer, SIGNAL(timeout()), this, SLOT(stepEvent())); + connect(m_stepTimer, TQ_SIGNAL(timeout()), this, TQ_SLOT(stepEvent())); m_stepTimer->start( 50 ); } |