From c0332621bc998c9786f4841e86a62b7711fe4abf Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 4 Jan 2024 10:30:32 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro --- kexi/plugins/macros/lib/macro.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kexi/plugins/macros/lib/macro.cpp') diff --git a/kexi/plugins/macros/lib/macro.cpp b/kexi/plugins/macros/lib/macro.cpp index af29da57a..a5f84be7a 100644 --- a/kexi/plugins/macros/lib/macro.cpp +++ b/kexi/plugins/macros/lib/macro.cpp @@ -115,7 +115,7 @@ TDESharedPtr Macro::execute(TQObject* sender) // set the sender-variable if we got a sender TQObject. c->setVariable("[sender]", TDESharedPtr( new Variable(sender) )); } - //connect(context, TQT_SIGNAL(activated()), this, TQT_SIGNAL(activated())); + //connect(context, TQ_SIGNAL(activated()), this, TQ_SIGNAL(activated())); //call activate in the context of the macro c->activate( c ); -- cgit v1.2.3