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 23b8e14..499ec8d 100644 --- a/kradio3/plugins/gui-quickbar/buttonflowlayout.cpp +++ b/kradio3/plugins/gui-quickbar/buttonflowlayout.cpp @@ -56,9 +56,9 @@ TQLayoutItem *ButtonFlowLayoutIterator::takeCurrent() /**************************************************************/ -ButtonFlowLayout::ButtonFlowLayout( TQWidget *tqparent, int margin, int spacing, +ButtonFlowLayout::ButtonFlowLayout( TQWidget *parent, int margin, int spacing, const char *name ) - : TQLayout( tqparent, margin, spacing, name ), + : TQLayout( parent, margin, spacing, name ), cached_width(0) { } |