diff options
Diffstat (limited to 'kradio3/plugins/gui-quickbar/buttonflowlayout.h')
-rw-r--r-- | kradio3/plugins/gui-quickbar/buttonflowlayout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kradio3/plugins/gui-quickbar/buttonflowlayout.h b/kradio3/plugins/gui-quickbar/buttonflowlayout.h index 624688e..16a0b45 100644 --- a/kradio3/plugins/gui-quickbar/buttonflowlayout.h +++ b/kradio3/plugins/gui-quickbar/buttonflowlayout.h @@ -32,7 +32,7 @@ public: ButtonFlowLayout( TQWidget *tqparent, int margin = 0, int spacing=-1, const char *name=0 ); - ButtonFlowLayout( TQLayout* tqparentLayout, int spacing=-1, const char *name=0 ); + ButtonFlowLayout( TQLayout* parentLayout, int spacing=-1, const char *name=0 ); ButtonFlowLayout( int spacing=-1, const char *name=0 ); |