diff options
Diffstat (limited to 'kchart/kchartComboConfigPage.cc')
-rw-r--r-- | kchart/kchartComboConfigPage.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kchart/kchartComboConfigPage.cc b/kchart/kchartComboConfigPage.cc index dc863a0fd..724535841 100644 --- a/kchart/kchartComboConfigPage.cc +++ b/kchart/kchartComboConfigPage.cc @@ -35,8 +35,8 @@ namespace KChart { KChartComboPage::KChartComboPage( KChartParams* params, - TQWidget* tqparent ) : - TQWidget( tqparent ),_params( params ) + TQWidget* parent ) : + TQWidget( parent ),_params( params ) { //TQVBoxLayout* toplevel = new TQVBoxLayout( this, 10 ); |