From 31622296062e9eaafb3429eb84f8780fab22e597 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 4 Jan 2024 10:28:49 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro (cherry picked from commit bea15ca3009c2f8505bfa10445c1dc2fc43a4ffe) --- src/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/application.cpp') diff --git a/src/application.cpp b/src/application.cpp index fb361cd..6393bd1 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -55,7 +55,7 @@ int Application::newInstance() // Tags are not loaded until Global::bnpView::lateInit() is called. // It is called 0ms after the application start. BNPView::s_fileToOpen = fileName; - TQTimer::singleShot( 100, Global::bnpView, TQT_SLOT(delayedOpenArchive()) ); + TQTimer::singleShot( 100, Global::bnpView, TQ_SLOT(delayedOpenArchive()) ); // Global::bnpView->openArchive(fileName); args->clear(); } -- cgit v1.2.3