summaryrefslogtreecommitdiffstats
path: root/ktux/sprite.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-12 18:58:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-12 19:02:54 +0900
commit4136c7e498cdf12662333ff51f9b115a0c56bd2e (patch)
tree8f6fee1b9e4487aff43deffb868f5a49e8fadfcc /ktux/sprite.cpp
parentd6c7e66bb1a94d6961f5f290476ab727c55c1c70 (diff)
downloadtdetoys-4136c7e498cdf12662333ff51f9b115a0c56bd2e.tar.gz
tdetoys-4136c7e498cdf12662333ff51f9b115a0c56bd2e.zip
Use TDESimpleConfig
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ktux/sprite.cpp')
-rw-r--r--ktux/sprite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ktux/sprite.cpp b/ktux/sprite.cpp
index 0c6f93c..fe65014 100644
--- a/ktux/sprite.cpp
+++ b/ktux/sprite.cpp
@@ -182,7 +182,7 @@ void KSpriteSaver::readSettings()
path += "spriterc";
- KSimpleConfig *mConfig = new KSimpleConfig(path, true);
+ TDESimpleConfig *mConfig = new TDESimpleConfig(path, true);
mConfig->setGroup("Config");
TQStrList list;
int groups = mConfig->readListEntry("Groups", list);