summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-03 00:49:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-05 11:42:10 +0900
commit1606ffffcc4335bd0af03d66ab1ce5be1407829d (patch)
treeab99805e92f48665b79dc44b5adf0bc3af1ef0af
parent0b6f951e705be7ce40fd1a1350d30f0f04cf3c3e (diff)
downloadtdetoys-1606ffffcc4335bd0af03d66ab1ce5be1407829d.tar.gz
tdetoys-1606ffffcc4335bd0af03d66ab1ce5be1407829d.zip
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6061313eb072b5626d1323a7cff61eef3b693293)
-rw-r--r--kworldwatch/flow.cpp2
1 files changed, 1 insertions, 1 deletions
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