summaryrefslogtreecommitdiffstats
path: root/src/networkinterface.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 13:18:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 17:42:38 +0900
commite78a2eea3199273e071f990563590e4b8fc0aa43 (patch)
treebeea93e93cebcdd274a4aba733c8d9fe21dc717c /src/networkinterface.cpp
parentb9de17891896c68468edbde2899c0a4f0cff5fc3 (diff)
downloadkvpnc-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/networkinterface.cpp')
-rw-r--r--src/networkinterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/networkinterface.cpp b/src/networkinterface.cpp
index dfe0db0..a582590 100644
--- a/src/networkinterface.cpp
+++ b/src/networkinterface.cpp
@@ -25,7 +25,7 @@
#include <tdemessagebox.h>
#include <tdelocale.h>
#include <tdeglobal.h>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
#include <tqnetwork.h>
#include <tqurloperator.h>
#include <tdemessagebox.h>