diff options
author | Michele Calgaro <[email protected]> | 2023-12-03 00:49:11 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-12-05 11:42:10 +0900 |
commit | 1606ffffcc4335bd0af03d66ab1ce5be1407829d (patch) | |
tree | ab99805e92f48665b79dc44b5adf0bc3af1ef0af | |
parent | 0b6f951e705be7ce40fd1a1350d30f0f04cf3c3e (diff) | |
download | tdetoys-1606ffffcc4335bd0af03d66ab1ce5be1407829d.tar.gz tdetoys-1606ffffcc4335bd0af03d66ab1ce5be1407829d.zip |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 6061313eb072b5626d1323a7cff61eef3b693293)
-rw-r--r-- | kworldwatch/flow.cpp | 2 |
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 |