summaryrefslogtreecommitdiffstats
path: root/kchart/kchartLegendConfigPage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kchart/kchartLegendConfigPage.cc')
-rw-r--r--kchart/kchartLegendConfigPage.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/kchart/kchartLegendConfigPage.cc b/kchart/kchartLegendConfigPage.cc
index 34edaf83..39d99963 100644
--- a/kchart/kchartLegendConfigPage.cc
+++ b/kchart/kchartLegendConfigPage.cc
@@ -45,8 +45,8 @@ namespace KChart
KChartLegendConfigPage::KChartLegendConfigPage( KChartParams* params,
- TQWidget* tqparent ) :
- TQWidget( tqparent ),_params( params )
+ TQWidget* parent ) :
+ TQWidget( parent ),_params( params )
{
//Layout for 4 blocks
TQGridLayout* tqlayout = new TQGridLayout( this, 3, 2, KDialog::marginHint(), KDialog::spacingHint() );