diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:49:16 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:49:16 +0900 |
| commit | c0308ae80353e3d890cf4d30afd7c608984a05c4 (patch) | |
| tree | 7b4c2a2f60d39387f602bcbf44e2b0a4d3053277 /kget/transfer.cpp | |
| parent | 123ecc2bd9b3e470a34dd3aa3b0f6b66e74d6c76 (diff) | |
| download | tdenetwork-c0308ae80353e3d890cf4d30afd7c608984a05c4.tar.gz tdenetwork-c0308ae80353e3d890cf4d30afd7c608984a05c4.zip | |
Use TDESimpleConfig
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kget/transfer.cpp')
| -rw-r--r-- | kget/transfer.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kget/transfer.cpp b/kget/transfer.cpp index d8a853d7..8781409c 100644 --- a/kget/transfer.cpp +++ b/kget/transfer.cpp @@ -29,7 +29,7 @@ #include <kurl.h> #include <tdemessagebox.h> #include <tdelocale.h> -#include <ksimpleconfig.h> +#include <tdesimpleconfig.h> #include <tdeaction.h> #include <kiconloader.h> #include <tdestandarddirs.h> @@ -779,7 +779,7 @@ void Transfer::logMessage(const TQString & message) -bool Transfer::read(KSimpleConfig * config, int id) +bool Transfer::read(TDESimpleConfig * config, int id) { sDebugIn << endl; @@ -815,7 +815,7 @@ bool Transfer::read(KSimpleConfig * config, int id) } -void Transfer::write(KSimpleConfig * config, int id) +void Transfer::write(TDESimpleConfig * config, int id) { sDebugIn << endl; |
