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 13:18:15 +0900 |
| commit | fe42bd0d487df20a96fdd109ab1a700c579cbba6 (patch) | |
| tree | d59b26f43228b9023c189349e4a7a6dfdfdd0816 /src/utils.cpp | |
| parent | 8c5f5c75fdb582fec438ceae349a941ebefd4ba2 (diff) | |
| download | kvpnc-fe42bd0d487df20a96fdd109ab1a700c579cbba6.tar.gz kvpnc-fe42bd0d487df20a96fdd109ab1a700c579cbba6.zip | |
Replace obsolete kstddirs.h with kstandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 |
