diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:10:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:10:32 -0600 |
commit | 3fe437def8063926892bddf2dcc733861308836d (patch) | |
tree | 021d66ad023a32bc8ea0074a1ab3d01316aff8b0 /kchart | |
parent | 5b8ab149469c8e186ee8b05d90c0103ae722dd85 (diff) | |
download | koffice-3fe437def8063926892bddf2dcc733861308836d.tar.gz koffice-3fe437def8063926892bddf2dcc733861308836d.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kchart')
-rw-r--r-- | kchart/kchart_part.cc | 4 | ||||
-rw-r--r-- | kchart/kchart_part.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kchart/kchart_part.cc b/kchart/kchart_part.cc index 477c4e41..67b0ab57 100644 --- a/kchart/kchart_part.cc +++ b/kchart/kchart_part.cc @@ -760,7 +760,7 @@ void KChartPart::setChartDefaults() -void KChartPart::loadConfig( KConfig *conf ) +void KChartPart::loadConfig( TDEConfig *conf ) { conf->setGroup("ChartParameters"); @@ -871,7 +871,7 @@ void KChartPart::defaultConfig( ) } -void KChartPart::saveConfig( KConfig *conf ) +void KChartPart::saveConfig( TDEConfig *conf ) { conf->setGroup("ChartParameters"); diff --git a/kchart/kchart_part.h b/kchart/kchart_part.h index bd35c151..8a50ad47 100644 --- a/kchart/kchart_part.h +++ b/kchart/kchart_part.h @@ -56,8 +56,8 @@ public: bool showWizard( TQString &dataArea ); void initLabelAndLegend(); - void loadConfig(KConfig *conf); - void saveConfig(KConfig *conf); + void loadConfig(TDEConfig *conf); + void saveConfig(TDEConfig *conf); void defaultConfig(); KChartParams::ChartType chartType() const { return (KChartParams::ChartType) params()->chartType(); } |