From 1606ffffcc4335bd0af03d66ab1ce5be1407829d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 3 Dec 2023 00:49:11 +0900 Subject: [PATCH] Replaced various '#define' with actual strings - part 5 Signed-off-by: Michele Calgaro (cherry picked from commit 6061313eb072b5626d1323a7cff61eef3b693293) --- kworldwatch/flow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kworldwatch/flow.cpp b/kworldwatch/flow.cpp index 9232cda..3d7a0c0 100644 --- a/kworldwatch/flow.cpp +++ b/kworldwatch/flow.cpp @@ -68,7 +68,7 @@ int SimpleFlow::heightForWidth( int w ) const void SimpleFlow::addItem( TQLayoutItem *item) { - list.append( TQT_TQLAYOUTITEM(item) ); + list.append( item ); } bool SimpleFlow::hasHeightForWidth() const