summaryrefslogtreecommitdiffstats
path: root/kchart/kchartLegendConfigPage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kchart/kchartLegendConfigPage.cc')
-rw-r--r--kchart/kchartLegendConfigPage.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kchart/kchartLegendConfigPage.cc b/kchart/kchartLegendConfigPage.cc
index fdbf3f10..34edaf83 100644
--- a/kchart/kchartLegendConfigPage.cc
+++ b/kchart/kchartLegendConfigPage.cc
@@ -131,7 +131,7 @@ KChartLegendConfigPage::KChartLegendConfigPage( KChartParams* params,
this, TQT_SLOT(changeTextLegendFont()));
// 4. Block: Qt::Orientation
- orientationGroup = new TQVButtonGroup( i18n("Qt::Orientation"), this );
+ orientationGroup = new TQVButtonGroup( i18n("Orientation"), this );
TQWhatsThis::add(orientationGroup, i18n("Select, if the legend's items should be drawn next to each other, or below each other."));
orientationGroup->setRadioButtonExclusive(true);
orientationGroup->tqlayout()->setSpacing(KDialog::spacingHint());