From 418e8f7a6f6d79b2cbc9d83b29ef53d01582f826 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 --- ksirc/dccNew.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksirc/dccNew.cpp') diff --git a/ksirc/dccNew.cpp b/ksirc/dccNew.cpp index b0e065c5..fe30011d 100644 --- a/ksirc/dccNew.cpp +++ b/ksirc/dccNew.cpp @@ -47,7 +47,7 @@ dccNew::dccNew( TQWidget *parent, const char *name, int type, TQString nick ) TQString name = (*it).section("::", 1); kdDebug(5008) << "Looking at: " << *it << "/" << name << endl; - aListBox *a = static_cast(TQT_TQWIDGET(objFinder::find(name.latin1(), "aListBox"))); + aListBox *a = static_cast(objFinder::find(name.latin1(), "aListBox")); if(a){ TQListBoxItem *i; for(i = a->firstItem(); i != 0x0; i = i->next()){ -- cgit v1.2.3