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 16a0b45..885f6f7 100644 --- a/kradio3/plugins/gui-quickbar/buttonflowlayout.h +++ b/kradio3/plugins/gui-quickbar/buttonflowlayout.h @@ -29,7 +29,7 @@ class ButtonFlowLayout : public TQLayout { public: - ButtonFlowLayout( TQWidget *tqparent, int margin = 0, int spacing=-1, + ButtonFlowLayout( TQWidget *parent, int margin = 0, int spacing=-1, const char *name=0 ); ButtonFlowLayout( TQLayout* parentLayout, int spacing=-1, const char *name=0 ); |