diff options
Diffstat (limited to 'kchart/kchartBackgroundPixmapConfigPage.cpp')
| -rw-r--r-- | kchart/kchartBackgroundPixmapConfigPage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kchart/kchartBackgroundPixmapConfigPage.cpp b/kchart/kchartBackgroundPixmapConfigPage.cpp index 73a81bb28..e4b4e42fe 100644 --- a/kchart/kchartBackgroundPixmapConfigPage.cpp +++ b/kchart/kchartBackgroundPixmapConfigPage.cpp @@ -185,7 +185,7 @@ void KChartBackgroundPixmapConfigPage::loadWallpaperFilesList() TQStringList files; for (TQStringList::ConstIterator it = lst.begin(); it != lst.end(); ++it) { - KSimpleConfig fileConfig(*it); + TDESimpleConfig fileConfig(*it); fileConfig.setGroup("Wallpaper"); TQString imageCaption = fileConfig.readEntry("Name"); |
