diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 12:36:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 12:36:42 +0900 |
commit | c9260f2315b936aeb09fa117c965e8c603598d4d (patch) | |
tree | 9eb42d5b876cf2836fdf60ffe447f93954e04c28 /src/scanwidget.cpp | |
parent | 569307d82e2caf7ba206cdd3201e01275c7c022e (diff) | |
download | knmap-master.tar.gz knmap-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
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 aaf8d04..4f0bfd2 100644 --- a/src/scanwidget.cpp +++ b/src/scanwidget.cpp @@ -39,7 +39,7 @@ #include <kdebug.h> #include <tdelocale.h> #include <tdemessagebox.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kstandarddirs.h> #include <ktabwidget.h> #include <kurl.h> |