summaryrefslogtreecommitdiffstats
path: root/ksvg/core/CanvasFactory.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-12 18:48:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-12 18:48:54 +0900
commit1a3ed140599b646687a457af55a0f50e785287a9 (patch)
tree4d5773c3f27a6565694b2ae1f60d74648c067290 /ksvg/core/CanvasFactory.cpp
parentf18e2e477390806a5ecca243605d475de72600c9 (diff)
downloadtdegraphics-1a3ed140599b646687a457af55a0f50e785287a9.tar.gz
tdegraphics-1a3ed140599b646687a457af55a0f50e785287a9.zip
Use TDESimpleConfig
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksvg/core/CanvasFactory.cpp')
-rw-r--r--ksvg/core/CanvasFactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksvg/core/CanvasFactory.cpp b/ksvg/core/CanvasFactory.cpp
index 55610a2b..f8b7fc50 100644
--- a/ksvg/core/CanvasFactory.cpp
+++ b/ksvg/core/CanvasFactory.cpp
@@ -21,7 +21,7 @@
#include <tqfile.h>
#include <kdebug.h>
-#include <ksimpleconfig.h>
+#include <tdesimpleconfig.h>
#include <tdeparts/componentfactory.h>
#include "KSVGCanvas.h"
@@ -88,7 +88,7 @@ KSVGCanvas *CanvasFactory::loadCanvas(int width, int height)
{
queryCanvas();
- KSimpleConfig *config = new KSimpleConfig("ksvgpluginrc", false);
+ TDESimpleConfig *config = new TDESimpleConfig("ksvgpluginrc", false);
config->setGroup("Canvas");
TQString load = config->readEntry("ActiveCanvas", "libart");
delete config;