diff options
author | Michele Calgaro <[email protected]> | 2023-12-03 00:36:54 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-12-04 13:54:16 +0900 |
commit | aa0c75cc915076df97bca298a7828f844ed4fc58 (patch) | |
tree | ab6d976e5b50c66e29e238a8bcdbe6ff2b12fc68 | |
parent | 0558e0fb326ac42d18da0d8e61fdcd2ff0044aab (diff) | |
download | kima-aa0c75cc915076df97bca298a7828f844ed4fc58.tar.gz kima-aa0c75cc915076df97bca298a7828f844ed4fc58.zip |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 8746e143f41db6c9777491c9864ef0601a0c5d46)
-rw-r--r-- | src/flowlayout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flowlayout.cpp b/src/flowlayout.cpp index 9376474..9a87379 100644 --- a/src/flowlayout.cpp +++ b/src/flowlayout.cpp @@ -102,7 +102,7 @@ void FlowLayout::addItem(TQLayoutItem* item){ // we are indirectly called from addSource. this // is a hint for addSource, to let it know which item // was added. - mLastItem = TQT_TQLAYOUTITEM(item); + mLastItem = item; } void FlowLayout::addSource(Source* src){ |