diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 18:34:03 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 18:47:42 +0900 |
commit | 9c207626f462a290c91dd81793a44b35ac07d49d (patch) | |
tree | c13c490d8f9e2ddd4c622884f7642e542543f630 /src/utils.cpp | |
parent | fe42bd0d487df20a96fdd109ab1a700c579cbba6 (diff) | |
download | kvpnc-9c207626f462a290c91dd81793a44b35ac07d49d.tar.gz kvpnc-9c207626f462a290c91dd81793a44b35ac07d49d.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/utils.cpp')
-rw-r--r-- | src/utils.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/utils.cpp b/src/utils.cpp index 5e7d5f6..4fc3a17 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -28,9 +28,8 @@ #include <tdelocale.h> #include <ksimpleconfig.h> #include <tqdir.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kdebug.h> -#include <kstandarddirs.h> #include <netdb.h> // name resolving #include <arpa/inet.h> #include <tqregexp.h> |