summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 18:32:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-28 22:55:31 +0900
commitc84c751049da63ff4a3b51e909c68a17b390beee (patch)
tree8687442d29652bda65c5d0e139958dcbc2b47698
parentbc211243c13b7b52245c1c3b2b8f59a7d354681d (diff)
downloadknmap-c84c751049da63ff4a3b51e909c68a17b390beee.tar.gz
knmap-c84c751049da63ff4a3b51e909c68a17b390beee.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/htmlwidget.cpp2
-rw-r--r--src/knmap.cpp2
-rw-r--r--src/scanwidget.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/htmlwidget.cpp b/src/htmlwidget.cpp
index 651fc85..179427a 100644
--- a/src/htmlwidget.cpp
+++ b/src/htmlwidget.cpp
@@ -31,7 +31,7 @@
#include <tdelocale.h>
#include <tdemessagebox.h>
#include <tdeprocess.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include "htmlwidget.h"
#include "knmap.h"
diff --git a/src/knmap.cpp b/src/knmap.cpp
index f1b1fb1..1e5c2cc 100644
--- a/src/knmap.cpp
+++ b/src/knmap.cpp
@@ -35,7 +35,7 @@
#include <tdelocale.h>
#include <tdemainwindow.h>
#include <tdemessagebox.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kstatusbar.h>
#include <kstdaction.h>
diff --git a/src/scanwidget.cpp b/src/scanwidget.cpp
index 9a85ef1..bd1b1a6 100644
--- a/src/scanwidget.cpp
+++ b/src/scanwidget.cpp
@@ -40,7 +40,7 @@
#include <tdelocale.h>
#include <tdemessagebox.h>
#include <tdeprocess.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <ktabwidget.h>
#include <kurl.h>