summaryrefslogtreecommitdiffstats
path: root/doc/ksplashml/index.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ksplashml/index.docbook')
-rw-r--r--doc/ksplashml/index.docbook2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ksplashml/index.docbook b/doc/ksplashml/index.docbook
index 45846b761..08ca89534 100644
--- a/doc/ksplashml/index.docbook
+++ b/doc/ksplashml/index.docbook
@@ -1267,7 +1267,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 );
}