summaryrefslogtreecommitdiffstats
path: root/plugins/gui-quickbar/buttonflowlayout.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-03 00:36:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-04 14:26:09 +0900
commiteab9fa1d6f796d21e11df0516fc4b00f0f020946 (patch)
tree49aa5d4687d7296973c286b8e068aa1778db5469 /plugins/gui-quickbar/buttonflowlayout.cpp
parenta9f14b384ea91c6e1792f9c3782224d53367c325 (diff)
downloadtderadio-eab9fa1d6f796d21e11df0516fc4b00f0f020946.tar.gz
tderadio-eab9fa1d6f796d21e11df0516fc4b00f0f020946.zip
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'plugins/gui-quickbar/buttonflowlayout.cpp')
-rw-r--r--plugins/gui-quickbar/buttonflowlayout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gui-quickbar/buttonflowlayout.cpp b/plugins/gui-quickbar/buttonflowlayout.cpp
index 950e519..0b49564 100644
--- a/plugins/gui-quickbar/buttonflowlayout.cpp
+++ b/plugins/gui-quickbar/buttonflowlayout.cpp
@@ -96,7 +96,7 @@ int ButtonFlowLayout::heightForWidth( int w ) const
void ButtonFlowLayout::addItem( TQLayoutItem *item)
{
- list.append( TQT_TQLAYOUTITEM(item) );
+ list.append( item );
}
bool ButtonFlowLayout::hasHeightForWidth() const