summaryrefslogtreecommitdiffstats
path: root/korundum/rubylib/rbtdeconfig_compiler/rbtdeconfig_compiler.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-12 19:34:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-12 19:34:35 +0900
commit6ab5882fca380ceed36c7ddfe6018d2251323b54 (patch)
treead6fd12cba22e035517924dbcfe6da8951c8f364 /korundum/rubylib/rbtdeconfig_compiler/rbtdeconfig_compiler.cpp
parent1450fdc10ca35a40b47054f418ff25b1ebba6503 (diff)
downloadtdebindings-6ab5882fca380ceed36c7ddfe6018d2251323b54.tar.gz
tdebindings-6ab5882fca380ceed36c7ddfe6018d2251323b54.zip
Use TDESimpleConfig
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'korundum/rubylib/rbtdeconfig_compiler/rbtdeconfig_compiler.cpp')
-rw-r--r--korundum/rubylib/rbtdeconfig_compiler/rbtdeconfig_compiler.cpp4
1 files changed, 2 insertions, 2 deletions
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 <tdecmdlineargs.h>
#include <tdeglobal.h>
#include <tdeconfig.h>
-#include <ksimpleconfig.h>
+#include <tdesimpleconfig.h>
#include <tdestandarddirs.h>
#include <iostream>
@@ -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");