From 6ab5882fca380ceed36c7ddfe6018d2251323b54 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 12 Jul 2025 19:34:35 +0900 Subject: Use TDESimpleConfig Signed-off-by: Michele Calgaro --- korundum/rubylib/rbtdeconfig_compiler/rbtdeconfig_compiler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'korundum/rubylib/rbtdeconfig_compiler/rbtdeconfig_compiler.cpp') diff --git a/korundum/rubylib/rbtdeconfig_compiler/rbtdeconfig_compiler.cpp b/korundum/rubylib/rbtdeconfig_compiler/rbtdeconfig_compiler.cpp index 1b330804..83dc0d8d 100644 --- a/korundum/rubylib/rbtdeconfig_compiler/rbtdeconfig_compiler.cpp +++ b/korundum/rubylib/rbtdeconfig_compiler/rbtdeconfig_compiler.cpp @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include #include @@ -843,7 +843,7 @@ int main( int argc, char **argv ) TQString baseName = args->url( 1 ).fileName(); baseName = baseName.left(baseName.length() - 6); - KSimpleConfig codegenConfig( codegenFilename, true ); + TDESimpleConfig codegenConfig( codegenFilename, true ); TQString nameSpace = codegenConfig.readEntry("NameSpace"); TQString className = codegenConfig.readEntry("ClassName"); -- cgit v1.2.3