summaryrefslogtreecommitdiffstats
path: root/tde-i18n-ca
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-14 16:30:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-21 23:15:52 +0900
commit2ea8296a80cea67f07d15d6994579dfcc0022885 (patch)
tree88c1d51d6de3a923fdcdf2f57df6058d0c4b95e7 /tde-i18n-ca
parentc5441a7230ccc9f787eeb87e14fa92d652356d9e (diff)
downloadtde-i18n-2ea8296a80cea67f07d15d6994579dfcc0022885.tar.gz
tde-i18n-2ea8296a80cea67f07d15d6994579dfcc0022885.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1a2c703f4d5f22e9f8a0e74a2976895d85318e51)
Diffstat (limited to 'tde-i18n-ca')
-rw-r--r--tde-i18n-ca/docs/tdebase/ksplashml/index.docbook2
1 files changed, 1 insertions, 1 deletions
diff --git a/tde-i18n-ca/docs/tdebase/ksplashml/index.docbook b/tde-i18n-ca/docs/tdebase/ksplashml/index.docbook
index 82f8d52f5f1..ce51e7f0b65 100644
--- a/tde-i18n-ca/docs/tdebase/ksplashml/index.docbook
+++ b/tde-i18n-ca/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-&gt;start( 50 );
}