diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:09:47 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:09:47 +0900 |
commit | 4e46f706ca269084df1f136e9949c15a734f1bd3 (patch) | |
tree | 18a12a65b4eafc9ae31f6284d5d995331b468f05 /src/main.cpp | |
parent | 2b2408156fb031c59048bd3b94e2f1bf79c1be37 (diff) | |
download | k3b-4e46f706ca269084df1f136e9949c15a734f1bd3.tar.gz k3b-4e46f706ca269084df1f136e9949c15a734f1bd3.zip |
Use TDESimpleConfig
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 8798dbe..3a3e398 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -20,7 +20,7 @@ #include <tdeprocess.h> #include <tdemessagebox.h> #include <tdestandarddirs.h> -#include <ksimpleconfig.h> +#include <tdesimpleconfig.h> #include <kstdguiitem.h> #include <kdebug.h> #include <dcopclient.h> |