summaryrefslogtreecommitdiffstats
path: root/src/ksimulator.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-29 16:32:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-29 16:32:00 +0900
commit07106c0a34f021d33eecae6571f0a67c990081bd (patch)
tree2a80dba861658d2d64b12c24318c43787c09b721 /src/ksimulator.cpp
parent113054cd5b4ce6ed21917e36f30d1fdcf780c525 (diff)
downloadkpicosim-07106c0a34f021d33eecae6571f0a67c990081bd.tar.gz
kpicosim-07106c0a34f021d33eecae6571f0a67c990081bd.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/ksimulator.cpp')
-rw-r--r--src/ksimulator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ksimulator.cpp b/src/ksimulator.cpp
index a76b206..6dd8a84 100644
--- a/src/ksimulator.cpp
+++ b/src/ksimulator.cpp
@@ -31,7 +31,7 @@ KSimulator::KSimulator(TQObject *parent, const char *name )
m_timer->stop() ;
m_run = false ;
- connect( m_timer, TQT_SIGNAL( timeout() ), this, TQT_SLOT( next() ) ) ;
+ connect( m_timer, TQ_SIGNAL( timeout() ), this, TQ_SLOT( next() ) ) ;
}
KSimulator::~KSimulator()