From 7825473df272b5d0fe2ff7a87910ed06865bfc67 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 29 Dec 2023 16:32:00 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro (cherry picked from commit 07106c0a34f021d33eecae6571f0a67c990081bd) --- src/ksimulator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ksimulator.cpp') 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() -- cgit v1.2.3