diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 15:29:24 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 15:39:34 +0900 |
commit | 51230c05dc0d15dd4d6e6cce1020c6bac3a5cdd3 (patch) | |
tree | 289d1261319b7c151c0f11c7917c057aa754026a /tdm/kfrontend/krootimage.cpp | |
parent | fa284a459858f2255c485240121f7cd1cc7d17a0 (diff) | |
download | tdebase-51230c05dc0d15dd4d6e6cce1020c6bac3a5cdd3.tar.gz tdebase-51230c05dc0d15dd4d6e6cce1020c6bac3a5cdd3.zip |
Use TDESimpleConfig
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdm/kfrontend/krootimage.cpp')
-rw-r--r-- | tdm/kfrontend/krootimage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdm/kfrontend/krootimage.cpp b/tdm/kfrontend/krootimage.cpp index a52adabb2..93f8521e1 100644 --- a/tdm/kfrontend/krootimage.cpp +++ b/tdm/kfrontend/krootimage.cpp @@ -22,7 +22,7 @@ Boston, MA 02110-1301, USA. #include <config.h> #include <tdecmdlineargs.h> -#include <ksimpleconfig.h> +#include <tdesimpleconfig.h> #include <tdelocale.h> #include <tqfile.h> @@ -49,7 +49,7 @@ static bool properties_inited = false; MyApplication::MyApplication( const char *conf ) : TDEApplication(), - renderer( 0, new KSimpleConfig( TQFile::decodeName( conf ) ) ) + renderer( 0, new TDESimpleConfig( TQFile::decodeName( conf ) ) ) { connect( &timer, TQ_SIGNAL(timeout()), TQ_SLOT(slotTimeout()) ); connect( &renderer, TQ_SIGNAL(imageDone( int )), this, TQ_SLOT(renderDone()) ); |