diff options
Diffstat (limited to 'kchart/kchartLegendConfigPage.cpp')
| -rw-r--r-- | kchart/kchartLegendConfigPage.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kchart/kchartLegendConfigPage.cpp b/kchart/kchartLegendConfigPage.cpp index 1187cafbc..0f4b07a27 100644 --- a/kchart/kchartLegendConfigPage.cpp +++ b/kchart/kchartLegendConfigPage.cpp @@ -125,10 +125,10 @@ KChartLegendConfigPage::KChartLegendConfigPage( KChartParams* params, TQWhatsThis::add(textLegendFontButton, i18n("Click here to display the TDE font chooser dialog. You will be able to change the font family, style and size for the legend text.")); grid4->addWidget( textLegendFontButton, 3, 0 ); - connect( titleLegendFontButton, TQT_SIGNAL(clicked()), - this, TQT_SLOT(changeTitleLegendFont())); - connect( textLegendFontButton, TQT_SIGNAL(clicked()), - this, TQT_SLOT(changeTextLegendFont())); + connect( titleLegendFontButton, TQ_SIGNAL(clicked()), + this, TQ_SLOT(changeTitleLegendFont())); + connect( textLegendFontButton, TQ_SIGNAL(clicked()), + this, TQ_SLOT(changeTextLegendFont())); // 4. Block: Orientation orientationGroup = new TQVButtonGroup( i18n("Orientation"), this ); |
