From a1d5d51fe58cfdc6bd7e35153fa334c2fdde3354 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 12 Jul 2025 18:18:10 +0900 Subject: Use TDESimpleConfig Signed-off-by: Michele Calgaro --- kchart/kchartBackgroundPixmapConfigPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kchart/kchartBackgroundPixmapConfigPage.cpp') 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"); -- cgit v1.2.3