From 51f2e0ff8cb13efa4f5d1d2574940f080a4f3934 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 21 Dec 2023 11:50:25 +0900 Subject: Replace various '#define' strings - part 6 Signed-off-by: Michele Calgaro (cherry picked from commit 418e8f7a6f6d79b2cbc9d83b29ef53d01582f826) --- ksirc/objFinder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksirc/objFinder.cpp') diff --git a/ksirc/objFinder.cpp b/ksirc/objFinder.cpp index 4c986e49..993fd743 100644 --- a/ksirc/objFinder.cpp +++ b/ksirc/objFinder.cpp @@ -76,7 +76,7 @@ TQObject *objFinder::find(const char *name, const char *inherits){ ++itW; continue; } - found = TQT_TQOBJECT(itW.current()); + found = itW.current(); delete all; return found; } -- cgit v1.2.1