summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-12 18:08:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-12 18:08:44 +0900
commit890c52524f26f64a2b2efa1bfd0151dae1e9369c (patch)
tree198f116f50d27b9587459483286d4802a1fe5007
parent3613bd868d882eefcdfdf0cd35e902463b447352 (diff)
downloadbibletime-890c52524f26f64a2b2efa1bfd0151dae1e9369c.tar.gz
bibletime-890c52524f26f64a2b2efa1bfd0151dae1e9369c.zip
Use TDESimpleConfig
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--bibletime/frontend/mainindex/cindexitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/frontend/mainindex/cindexitem.cpp b/bibletime/frontend/mainindex/cindexitem.cpp
index 4d8f0df..2f44380 100644
--- a/bibletime/frontend/mainindex/cindexitem.cpp
+++ b/bibletime/frontend/mainindex/cindexitem.cpp
@@ -708,7 +708,7 @@ namespace Bookmarks {
/* --------------------------------------------------------------------------*/
const TQString OldBookmarkImport::oldBookmarksXML( const TQString& configFileName ) {
TQString fileName = (configFileName.isEmpty()) ? "bt-groupmanager" : configFileName;
- TDEConfig* config = new KSimpleConfig( fileName );
+ TDEConfig* config = new TDESimpleConfig( fileName );
TDEConfigGroupSaver groupSaver(config, configFileName.isEmpty() ? "Groupmanager" : "Bookmarks");