From a4241b7911d2e0b36edfb02f616b8b282050c0ec Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 12 Jan 2024 10:51:50 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro --- twin/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twin/main.cpp') diff --git a/twin/main.cpp b/twin/main.cpp index 4af065a8a..61fb82847 100644 --- a/twin/main.cpp +++ b/twin/main.cpp @@ -146,7 +146,7 @@ Application::Application( ) ::exit(1); } } - connect( &owner, TQT_SIGNAL( lostOwnership()), TQT_SLOT( lostSelection())); + connect( &owner, TQ_SIGNAL( lostOwnership()), TQ_SLOT( lostSelection())); // if there was already twin running, it saved its configuration after loosing the selection -> reread config()->reparseConfiguration(); -- cgit v1.2.1