diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:57:53 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:57:53 +0900 |
| commit | 854e5e9e1d5789d6981f560fc0d3059fa65dfb53 (patch) | |
| tree | fb54332ef6ef38e471ed93322f6725ef2628bb42 /kbugbuster/backend/bugsystem.cpp | |
| parent | fb63dae0e786f0bcf421bdff1d0bef70ba587f8b (diff) | |
| download | tdesdk-854e5e9e1d5789d6981f560fc0d3059fa65dfb53.tar.gz tdesdk-854e5e9e1d5789d6981f560fc0d3059fa65dfb53.zip | |
Use TDESimpleConfig
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kbugbuster/backend/bugsystem.cpp')
| -rw-r--r-- | kbugbuster/backend/bugsystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbugbuster/backend/bugsystem.cpp b/kbugbuster/backend/bugsystem.cpp index 31a89f37..1a6524fb 100644 --- a/kbugbuster/backend/bugsystem.cpp +++ b/kbugbuster/backend/bugsystem.cpp @@ -11,7 +11,7 @@ #include <tdelocale.h> #include <tdeemailsettings.h> #include <tdestandarddirs.h> -#include <ksimpleconfig.h> +#include <tdesimpleconfig.h> #include <tdeconfig.h> #include "packageimpl.h" |
