diff options
Diffstat (limited to 'kchart/kchartWizardSetupAxesPage.cpp')
| -rw-r--r-- | kchart/kchartWizardSetupAxesPage.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kchart/kchartWizardSetupAxesPage.cpp b/kchart/kchartWizardSetupAxesPage.cpp index 5514e82b8..49873149e 100644 --- a/kchart/kchartWizardSetupAxesPage.cpp +++ b/kchart/kchartWizardSetupAxesPage.cpp @@ -189,15 +189,15 @@ KChartWizardSetupAxesPage::KChartWizardSetupAxesPage( TQWidget* parent, - connect(ylabelFont,TQT_SIGNAL(clicked()),this,TQT_SLOT(changeLabelFont())); + connect(ylabelFont,TQ_SIGNAL(clicked()),this,TQ_SLOT(changeLabelFont())); - connect(ylabelColor,TQT_SIGNAL(changed( const TQColor & )), - this,TQT_SLOT(changeLabelColor(const TQColor &))); - connect(borderColor,TQT_SIGNAL(changed( const TQColor & )), - this,TQT_SLOT(changeBorderColor(const TQColor &))); - connect(gridColor,TQT_SIGNAL(changed( const TQColor & )), - this,TQT_SLOT(changeGridColor(const TQColor &))); + connect(ylabelColor,TQ_SIGNAL(changed( const TQColor & )), + this,TQ_SLOT(changeLabelColor(const TQColor &))); + connect(borderColor,TQ_SIGNAL(changed( const TQColor & )), + this,TQ_SLOT(changeBorderColor(const TQColor &))); + connect(gridColor,TQ_SIGNAL(changed( const TQColor & )), + this,TQ_SLOT(changeGridColor(const TQColor &))); } |
