diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-14 16:30:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-21 23:14:13 +0900 |
commit | 1a2c703f4d5f22e9f8a0e74a2976895d85318e51 (patch) | |
tree | 77c6904a337e18521aab174095aace4ff1112d9b /tde-i18n-pt/docs/tdebase | |
parent | e9ece6469bb24e5dc090e59e7bda02e0ce8ba3fe (diff) | |
download | tde-i18n-1a2c703f4d5f22e9f8a0e74a2976895d85318e51.tar.gz tde-i18n-1a2c703f4d5f22e9f8a0e74a2976895d85318e51.zip |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tde-i18n-pt/docs/tdebase')
-rw-r--r-- | tde-i18n-pt/docs/tdebase/ksplashml/index.docbook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tde-i18n-pt/docs/tdebase/ksplashml/index.docbook b/tde-i18n-pt/docs/tdebase/ksplashml/index.docbook index f2a22d9c862..27143990eaf 100644 --- a/tde-i18n-pt/docs/tdebase/ksplashml/index.docbook +++ b/tde-i18n-pt/docs/tdebase/ksplashml/index.docbook @@ -983,7 +983,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 ); } |