diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:18:10 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:18:10 +0900 |
| commit | a1d5d51fe58cfdc6bd7e35153fa334c2fdde3354 (patch) | |
| tree | d8c85b6b07060dbb834cfe78f46209a64f3fa2e8 /kchart/kchartBackgroundPixmapConfigPage.cpp | |
| parent | cf85b9c285a2b9baa87c9d0cb9d683b48e82a475 (diff) | |
| download | koffice-a1d5d51fe58cfdc6bd7e35153fa334c2fdde3354.tar.gz koffice-a1d5d51fe58cfdc6bd7e35153fa334c2fdde3354.zip | |
Use TDESimpleConfig
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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"); |
