summaryrefslogtreecommitdiffstats
path: root/src/utils.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-12 18:00:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-12 18:00:31 +0900
commitca140713ce06dcbeba78838866b2ecdf227bd51c (patch)
tree83ef9e9f4f3aea2af5b87728caeb512a705f7f22 /src/utils.cpp
parent12bda01feb2caa049aa09396e9eaffbba78ce89b (diff)
downloadkvpnc-ca140713ce06dcbeba78838866b2ecdf227bd51c.tar.gz
kvpnc-ca140713ce06dcbeba78838866b2ecdf227bd51c.zip
Use TDESimpleConfig
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/utils.cpp')
-rw-r--r--src/utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.cpp b/src/utils.cpp
index 10c2717..25fc639 100644
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -26,7 +26,7 @@
#include <tqprocess.h>
#include <tqstring.h>
#include <tdelocale.h>
-#include <ksimpleconfig.h>
+#include <tdesimpleconfig.h>
#include <tqdir.h>
#include <tdestandarddirs.h>
#include <kdebug.h>