diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 13:18:15 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 17:42:38 +0900 |
| commit | e78a2eea3199273e071f990563590e4b8fc0aa43 (patch) | |
| tree | beea93e93cebcdd274a4aba733c8d9fe21dc717c /src/utils.cpp | |
| parent | b9de17891896c68468edbde2899c0a4f0cff5fc3 (diff) | |
| download | kvpnc-e78a2eea3199273e071f990563590e4b8fc0aa43.tar.gz kvpnc-e78a2eea3199273e071f990563590e4b8fc0aa43.zip | |
Replace obsolete kstddirs.h with kstandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fe42bd0d487df20a96fdd109ab1a700c579cbba6)
Diffstat (limited to 'src/utils.cpp')
| -rw-r--r-- | src/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.cpp b/src/utils.cpp index 761748d..5e7d5f6 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -28,7 +28,7 @@ #include <tdelocale.h> #include <ksimpleconfig.h> #include <tqdir.h> -#include <kstddirs.h> +#include <kstandarddirs.h> #include <kdebug.h> #include <kstandarddirs.h> #include <netdb.h> // name resolving |
