diff options
Diffstat (limited to 'kradio3/plugins/gui-quickbar/buttonflowlayout.cpp')
-rw-r--r-- | kradio3/plugins/gui-quickbar/buttonflowlayout.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kradio3/plugins/gui-quickbar/buttonflowlayout.cpp b/kradio3/plugins/gui-quickbar/buttonflowlayout.cpp index 499ec8d..4cd8dd0 100644 --- a/kradio3/plugins/gui-quickbar/buttonflowlayout.cpp +++ b/kradio3/plugins/gui-quickbar/buttonflowlayout.cpp @@ -94,7 +94,7 @@ int ButtonFlowLayout::heightForWidth( int w ) const return cached_hfw; } -void ButtonFlowLayout::addItem( QLayoutItem *item) +void ButtonFlowLayout::addItem( TQLayoutItem *item) { list.append( TQT_TQLAYOUTITEM(item) ); } @@ -265,4 +265,4 @@ TQLayoutItem* ButtonFlowLayout::takeAt(int index) { invalidate(); return item; } -#endif // USE_QT4
\ No newline at end of file +#endif // USE_QT4 |