diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:32:52 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-28 22:55:31 +0900 |
| commit | c84c751049da63ff4a3b51e909c68a17b390beee (patch) | |
| tree | 8687442d29652bda65c5d0e139958dcbc2b47698 /src/scanwidget.cpp | |
| parent | bc211243c13b7b52245c1c3b2b8f59a7d354681d (diff) | |
| download | knmap-c84c751049da63ff4a3b51e909c68a17b390beee.tar.gz knmap-c84c751049da63ff4a3b51e909c68a17b390beee.zip | |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/scanwidget.cpp')
| -rw-r--r-- | src/scanwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
