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 b469ab9b..7f516542 100644
--- a/kchart/kchartLegendConfigPage.cc
+++ b/kchart/kchartLegendConfigPage.cc
@@ -374,8 +374,8 @@ TQPushButton* KChartLegendConfigPage::addButton( TQGridLayout* layout,
TQPushButton* button = new TQPushButton( gb );
button->setToggleButton( true );
button->setPixmap( BarIcon( icon,
- KIcon::SizeMedium,
- KIcon::DefaultState,
+ TDEIcon::SizeMedium,
+ TDEIcon::DefaultState,
KChartFactory::global() ) );
TQToolTip::add( button, toolTipText );
layout->addWidget( button, posY, posX );