summaryrefslogtreecommitdiffstats
path: root/tde-i18n-ru/docs/tdebase/ksplashml
diff options
context:
space:
mode:
Diffstat (limited to 'tde-i18n-ru/docs/tdebase/ksplashml')
-rw-r--r--tde-i18n-ru/docs/tdebase/ksplashml/index.docbook2
1 files changed, 1 insertions, 1 deletions
diff --git a/tde-i18n-ru/docs/tdebase/ksplashml/index.docbook b/tde-i18n-ru/docs/tdebase/ksplashml/index.docbook
index 1c5e9be3d81..f5f213aada1 100644
--- a/tde-i18n-ru/docs/tdebase/ksplashml/index.docbook
+++ b/tde-i18n-ru/docs/tdebase/ksplashml/index.docbook
@@ -990,7 +990,7 @@ c2, int sp )
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 );
}