From 1a3ed140599b646687a457af55a0f50e785287a9 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 12 Jul 2025 18:48:54 +0900 Subject: Use TDESimpleConfig Signed-off-by: Michele Calgaro --- ksvg/core/CanvasFactory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ksvg/core/CanvasFactory.cpp') 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 #include -#include +#include #include #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; -- cgit v1.2.3