summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-12-03 00:36:54 +0900
committerMichele Calgaro <[email protected]>2023-12-04 13:54:16 +0900
commitaa0c75cc915076df97bca298a7828f844ed4fc58 (patch)
treeab6d976e5b50c66e29e238a8bcdbe6ff2b12fc68
parent0558e0fb326ac42d18da0d8e61fdcd2ff0044aab (diff)
downloadkima-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.cpp2
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){