diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-03 00:49:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-05 11:41:30 +0900 |
commit | 6061313eb072b5626d1323a7cff61eef3b693293 (patch) | |
tree | ba7d9999365c9e50180c43f93d9f5c7debc1c44a | |
parent | 47ebe98c83c11f1be47413fda4744bc74c6806db (diff) | |
download | tdetoys-6061313eb072b5626d1323a7cff61eef3b693293.tar.gz tdetoys-6061313eb072b5626d1323a7cff61eef3b693293.zip |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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 |