From 671d0469ada4df2d833d41d065793a06f4d87a65 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 29 Dec 2023 16:35:31 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro --- src/itemgroup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/itemgroup.cpp') diff --git a/src/itemgroup.cpp b/src/itemgroup.cpp index 1268550..9ff4a23 100644 --- a/src/itemgroup.cpp +++ b/src/itemgroup.cpp @@ -25,7 +25,7 @@ ItemGroup::ItemGroup( ItemDocument *view, const char *name ) p_view = view; p_icnDocument = dynamic_cast(p_view); p_mechanicsDocument = dynamic_cast(p_view); - TQTimer::singleShot( 0, this, TQT_SLOT(getViewPtrs()) ); + TQTimer::singleShot( 0, this, TQ_SLOT(getViewPtrs()) ); } -- cgit v1.2.3